Shades of Screamin' Green #76FF3F
Tints of Screamin' Green #76FF3F
RGB
CMYK
RGB Variations
Color information
#76FF3F (or 0x76FF3F) is known color: Screamin' Green. HEX triplet: 76, FF and 3F. RGB value is (118,255,63). Sum of RGB (Red+Green+Blue) = 118+255+63=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FF3F is #8900C0. Grayscale: #C0C0C0. Windows color (decimal): -8978625 or 4194166. OLE color: 4194166.
HSL color Cylindrical-coordinate representation of color #76FF3F: hue angle of 102.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76FF3F is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 63 | - |
| CMYK | 0.54 | 0 | 0.75 | 0 |
| HSL | 102.81º | 1% | 0.62% | - |
| HSV(B) | 102.81º | 0.75% | 1% | - |
| XYZ | 44.13 | 75.73 | 16.99 | - |
| YUV | 192.15 | 55.11 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 63 | 0.54 | 0 | 0.75 | 0 | 102.81 | 1 | 0.62 |
| Hex | 76 | FF | 3F | 36 | 0 | 4B | 0 | 67 | 64 | 3E |
| Octal | 166 | 377 | 77 | 66 | 0 | 113 | 0 | 147 | 144 | 76 |
| Binary | 1110110 | 11111111 | 111111 | 110110 | 0 | 1001011 | 0 | 1100111 | 1100100 | 111110 |
Color Harmonies of #76FF3F
Complementary color
Monochromatic Colors of #76FF3F
Black with #76FF3F
Text Example
Text Example
White with #76FF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF3F; }
p { color: rgb(118,255,63); }
H1.HeaderClassName
{
color: #76FF3F;
}
.AnyTagClassName
{
color: #76FF3F;
}
</style>
background-color css
<style>
a { background-color: #76FF3F; }
a { background-color: rgb(118,255,63); }
div.DivClassName
{
background-color: #76FF3F;
}
.BgClassName
{
background-color: #76FF3F;
}
</style>
border-color css
<style>
span { border-color: #76FF3F; }
span { border-color: rgb(118,255,63); }
td.TdClassName
{
border-color: #76FF3F;
}
.TagClassName
{
border-color: #76FF3F;
}
</style>