Shades of Screamin' Green #42F056
Tints of Screamin' Green #42F056
RGB
CMYK
RGB Variations
Color information
#42F056 (or 0x42F056) is known color: Screamin' Green. HEX triplet: 42, F0 and 56. RGB value is (66,240,86). Sum of RGB (Red+Green+Blue) = 66+240+86=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 240 (94.14% from 255 or 61.22% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 240 - color contains mainly: green. Hex color #42F056 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F056 is #BD0FA9. Grayscale: #AAAAAA. Windows color (decimal): -12390314 or 5697602. OLE color: 5697602.
HSL color Cylindrical-coordinate representation of color #42F056: hue angle of 126.9º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F056 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 86 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.06 |
| HSL | 126.9º | 0.85% | 0.6% | - |
| HSV(B) | 126.9º | 0.73% | 0.94% | - |
| XYZ | 35.09 | 64.15 | 19.34 | - |
| YUV | 170.42 | 80.35 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 86 | 0.72 | 0 | 0.64 | 0.06 | 126.9 | 0.85 | 0.6 |
| Hex | 42 | F0 | 56 | 48 | 0 | 40 | 6 | 7F | 55 | 3C |
| Octal | 102 | 360 | 126 | 110 | 0 | 100 | 6 | 177 | 125 | 74 |
| Binary | 1000010 | 11110000 | 1010110 | 1001000 | 0 | 1000000 | 110 | 1111111 | 1010101 | 111100 |
Color Harmonies of #42F056
Complementary color
Monochromatic Colors of #42F056
Black with #42F056
Text Example
Text Example
White with #42F056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F056; }
p { color: rgb(66,240,86); }
H1.HeaderClassName
{
color: #42F056;
}
.AnyTagClassName
{
color: #42F056;
}
</style>
background-color css
<style>
a { background-color: #42F056; }
a { background-color: rgb(66,240,86); }
div.DivClassName
{
background-color: #42F056;
}
.BgClassName
{
background-color: #42F056;
}
</style>
border-color css
<style>
span { border-color: #42F056; }
span { border-color: rgb(66,240,86); }
td.TdClassName
{
border-color: #42F056;
}
.TagClassName
{
border-color: #42F056;
}
</style>