#42ff7b

Color #42FF7B Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #42FF7B

Tints of Screamin' Green #42FF7B

Color information

#42FF7B (or 0x42FF7B) is unknown color: approx Screamin' Green. HEX triplet: 42, FF and 7B. RGB value is (66,255,123). Sum of RGB (Red+Green+Blue) = 66+255+123=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FF7B is #BD0084. Grayscale: #B7B7B7. Windows color (decimal): -12386437 or 8126274. OLE color: 8126274.

HSL color Cylindrical-coordinate representation of color #42FF7B: hue angle of 138.1º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FF7B is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB66255123-
CMYK0.7400.520
HSL138.1º100%62.94%-
HSV(B)138.1º74.12%100%-
XYZ41.5874.1130.85-
YUV183.4493.8844.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 14.86%
GREEN value IS 255 (100% from 255) = 57.43%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=14.86%
G=57.43%
B=27.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662551230.7400.520138.110062.94
Hex42FF7B4A03408a643f
Octal102377173112064021214477
Binary1000010111111111111011100101001101000100010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ff7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42ff7b; }

 p { color: rgb(66,255,123); }

 H1.HeaderClassName
 {
   color: #42ff7b;
 }
 .AnyTagClassName
 {
   color: #42ff7b;
 }
</style>
background-color css

<style>
 a { background-color: #42ff7b; }

 a { background-color: rgb(66,255,123); }

 div.DivClassName
 {
   background-color: #42ff7b;
 }
 .BgClassName
 {
   background-color: #42ff7b;
 }
</style>
border-color css

<style>
 span { border-color: #42ff7b; }

 span { border-color: rgb(66,255,123); }

 td.TdClassName
 {
   border-color: #42ff7b;
 }
 .TagClassName
 {
   border-color: #42ff7b;
 }
</style>