#42F256

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

Shades of Screamin' Green #42F256

Tints of Screamin' Green #42F256

Color information

#42F256 (or 0x42F256) is unknown color: approx Screamin' Green. HEX triplet: 42, F2 and 56. RGB value is (66,242,86). Sum of RGB (Red+Green+Blue) = 66+242+86=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #42F256 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F256 is #BD0DA9. Grayscale: #ACACAC. Windows color (decimal): -12389802 or 5698114. OLE color: 5698114.

HSL color Cylindrical-coordinate representation of color #42F256: hue angle of 126.82º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F256 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB6624286-
CMYK0.7300.640.05
HSL126.82º87.13%60.39%-
HSV(B)126.82º72.73%94.9%-
XYZ35.6865.3319.53-
YUV171.5979.6952.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.75%
GREEN value IS 242 (94.92% from 255) = 61.42%
BLUE value IS 86 (33.98% from 255) = 21.83%
R=16.75%
G=61.42%
B=21.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal66242860.7300.640.05126.8287.1360.39
Hex42F2564904057f573c
Octal1023621261110100517712774
Binary100001011110010101011010010010100000010111111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,242,86); }

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

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

 a { background-color: rgb(66,242,86); }

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

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

 span { border-color: rgb(66,242,86); }

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