Shades of Screamin' Green #42FB76
Tints of Screamin' Green #42FB76
RGB
CMYK
RGB Variations
Color information
#42FB76 (or 0x42FB76) is known color: Screamin' Green. HEX triplet: 42, FB and 76. RGB value is (66,251,118). Sum of RGB (Red+Green+Blue) = 66+251+118=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FB76 is #BD0489. Grayscale: #B4B4B4. Windows color (decimal): -12387466 or 7797570. OLE color: 7797570.
HSL color Cylindrical-coordinate representation of color #42FB76: hue angle of 136.86º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FB76 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 118 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.02 |
| HSL | 136.86º | 0.96% | 0.62% | - |
| HSV(B) | 136.86º | 0.74% | 0.98% | - |
| XYZ | 40.01 | 71.46 | 28.82 | - |
| YUV | 180.52 | 92.71 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 118 | 0.74 | 0 | 0.53 | 0.02 | 136.86 | 0.96 | 0.62 |
| Hex | 42 | FB | 76 | 4A | 0 | 35 | 2 | 89 | 60 | 3E |
| Octal | 102 | 373 | 166 | 112 | 0 | 65 | 2 | 211 | 140 | 76 |
| Binary | 1000010 | 11111011 | 1110110 | 1001010 | 0 | 110101 | 10 | 10001001 | 1100000 | 111110 |
Color Harmonies of #42FB76
Complementary color
Monochromatic Colors of #42FB76
Black with #42FB76
Text Example
Text Example
White with #42FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB76; }
p { color: rgb(66,251,118); }
H1.HeaderClassName
{
color: #42FB76;
}
.AnyTagClassName
{
color: #42FB76;
}
</style>
background-color css
<style>
a { background-color: #42FB76; }
a { background-color: rgb(66,251,118); }
div.DivClassName
{
background-color: #42FB76;
}
.BgClassName
{
background-color: #42FB76;
}
</style>
border-color css
<style>
span { border-color: #42FB76; }
span { border-color: rgb(66,251,118); }
td.TdClassName
{
border-color: #42FB76;
}
.TagClassName
{
border-color: #42FB76;
}
</style>