Shades of Screamin' Green #42F06C
Tints of Screamin' Green #42F06C
RGB
CMYK
RGB Variations
Color information
#42F06C (or 0x42F06C) is known color: Screamin' Green. HEX triplet: 42, F0 and 6C. RGB value is (66,240,108). Sum of RGB (Red+Green+Blue) = 66+240+108=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #42F06C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F06C is #BD0F93. Grayscale: #ADADAD. Windows color (decimal): -12390292 or 7139394. OLE color: 7139394.
HSL color Cylindrical-coordinate representation of color #42F06C: hue angle of 134.48º 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 #42F06C is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 108 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.06 |
| HSL | 134.48º | 0.85% | 0.6% | - |
| HSV(B) | 134.48º | 0.73% | 0.94% | - |
| XYZ | 36.11 | 64.56 | 24.75 | - |
| YUV | 172.93 | 91.35 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 108 | 0.72 | 0 | 0.55 | 0.06 | 134.48 | 0.85 | 0.6 |
| Hex | 42 | F0 | 6C | 48 | 0 | 37 | 6 | 86 | 55 | 3C |
| Octal | 102 | 360 | 154 | 110 | 0 | 67 | 6 | 206 | 125 | 74 |
| Binary | 1000010 | 11110000 | 1101100 | 1001000 | 0 | 110111 | 110 | 10000110 | 1010101 | 111100 |
Color Harmonies of #42F06C
Complementary color
Monochromatic Colors of #42F06C
Black with #42F06C
Text Example
Text Example
White with #42F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F06C; }
p { color: rgb(66,240,108); }
H1.HeaderClassName
{
color: #42F06C;
}
.AnyTagClassName
{
color: #42F06C;
}
</style>
background-color css
<style>
a { background-color: #42F06C; }
a { background-color: rgb(66,240,108); }
div.DivClassName
{
background-color: #42F06C;
}
.BgClassName
{
background-color: #42F06C;
}
</style>
border-color css
<style>
span { border-color: #42F06C; }
span { border-color: rgb(66,240,108); }
td.TdClassName
{
border-color: #42F06C;
}
.TagClassName
{
border-color: #42F06C;
}
</style>