Shades of Screamin' Green #42F160
Tints of Screamin' Green #42F160
RGB
CMYK
RGB Variations
Color information
#42F160 (or 0x42F160) is known color: Screamin' Green. HEX triplet: 42, F1 and 60. RGB value is (66,241,96). Sum of RGB (Red+Green+Blue) = 66+241+96=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #42F160 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F160 is #BD0E9F. Grayscale: #ACACAC. Windows color (decimal): -12390048 or 6353218. OLE color: 6353218.
HSL color Cylindrical-coordinate representation of color #42F160: hue angle of 130.29º degrees, saturation: 0.86, 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 #42F160 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 96 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.05 |
| HSL | 130.29º | 0.86% | 0.6% | - |
| HSV(B) | 130.29º | 0.73% | 0.95% | - |
| XYZ | 35.81 | 64.91 | 21.71 | - |
| YUV | 172.15 | 85.02 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 96 | 0.73 | 0 | 0.60 | 0.05 | 130.29 | 0.86 | 0.6 |
| Hex | 42 | F1 | 60 | 49 | 0 | 3C | 5 | 82 | 56 | 3C |
| Octal | 102 | 361 | 140 | 111 | 0 | 74 | 5 | 202 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1100000 | 1001001 | 0 | 111100 | 101 | 10000010 | 1010110 | 111100 |
Color Harmonies of #42F160
Complementary color
Monochromatic Colors of #42F160
Black with #42F160
Text Example
Text Example
White with #42F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F160; }
p { color: rgb(66,241,96); }
H1.HeaderClassName
{
color: #42F160;
}
.AnyTagClassName
{
color: #42F160;
}
</style>
background-color css
<style>
a { background-color: #42F160; }
a { background-color: rgb(66,241,96); }
div.DivClassName
{
background-color: #42F160;
}
.BgClassName
{
background-color: #42F160;
}
</style>
border-color css
<style>
span { border-color: #42F160; }
span { border-color: rgb(66,241,96); }
td.TdClassName
{
border-color: #42F160;
}
.TagClassName
{
border-color: #42F160;
}
</style>