Shades of Screamin' Green #42FF76
Tints of Screamin' Green #42FF76
RGB
CMYK
RGB Variations
Color information
#42FF76 (or 0x42FF76) is known color: Screamin' Green. HEX triplet: 42, FF and 76. RGB value is (66,255,118). Sum of RGB (Red+Green+Blue) = 66+255+118=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FF76 is #BD0089. Grayscale: #B7B7B7. Windows color (decimal): -12386442 or 7798594. OLE color: 7798594.
HSL color Cylindrical-coordinate representation of color #42FF76: hue angle of 136.51º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FF76 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 118 | - |
| CMYK | 0.74 | 0 | 0.54 | 0 |
| HSL | 136.51º | 1% | 0.63% | - |
| HSV(B) | 136.51º | 0.74% | 1% | - |
| XYZ | 41.28 | 73.99 | 29.24 | - |
| YUV | 182.87 | 91.38 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 118 | 0.74 | 0 | 0.54 | 0 | 136.51 | 1 | 0.63 |
| Hex | 42 | FF | 76 | 4A | 0 | 36 | 0 | 89 | 64 | 3F |
| Octal | 102 | 377 | 166 | 112 | 0 | 66 | 0 | 211 | 144 | 77 |
| Binary | 1000010 | 11111111 | 1110110 | 1001010 | 0 | 110110 | 0 | 10001001 | 1100100 | 111111 |
Color Harmonies of #42FF76
Complementary color
Monochromatic Colors of #42FF76
Black with #42FF76
Text Example
Text Example
White with #42FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF76; }
p { color: rgb(66,255,118); }
H1.HeaderClassName
{
color: #42FF76;
}
.AnyTagClassName
{
color: #42FF76;
}
</style>
background-color css
<style>
a { background-color: #42FF76; }
a { background-color: rgb(66,255,118); }
div.DivClassName
{
background-color: #42FF76;
}
.BgClassName
{
background-color: #42FF76;
}
</style>
border-color css
<style>
span { border-color: #42FF76; }
span { border-color: rgb(66,255,118); }
td.TdClassName
{
border-color: #42FF76;
}
.TagClassName
{
border-color: #42FF76;
}
</style>