#42FC7E

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

Shades of Screamin' Green #42FC7E

Tints of Screamin' Green #42FC7E

Color information

#42FC7E (or 0x42FC7E) is unknown color: approx Screamin' Green. HEX triplet: 42, FC and 7E. RGB value is (66,252,126). Sum of RGB (Red+Green+Blue) = 66+252+126=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FC7E is #BD0381. Grayscale: #B6B6B6. Windows color (decimal): -12387202 or 8322114. OLE color: 8322114.

HSL color Cylindrical-coordinate representation of color #42FC7E: hue angle of 139.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FC7E is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB66252126-
CMYK0.7400.50.01
HSL139.35º96.88%62.35%-
HSV(B)139.35º73.81%98.82%-
XYZ40.8272.2931.54-
YUV182.0296.3845.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.86%
GREEN value IS 252 (98.83% from 255) = 56.76%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=14.86%
G=56.76%
B=28.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662521260.7400.50.01139.3596.8862.35
Hex42FC7E4A03218b613e
Octal102374176112062121314176
Binary1000010111111001111110100101001100101100010111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,252,126); }

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

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

 a { background-color: rgb(66,252,126); }

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

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

 span { border-color: rgb(66,252,126); }

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