Shades of Screamin' Green #76FB64
Tints of Screamin' Green #76FB64
RGB
CMYK
RGB Variations
Color information
#76FB64 (or 0x76FB64) is known color: Screamin' Green. HEX triplet: 76, FB and 64. RGB value is (118,251,100). Sum of RGB (Red+Green+Blue) = 118+251+100=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #76FB64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FB64 is #89049B. Grayscale: #C2C2C2. Windows color (decimal): -8979612 or 6617974. OLE color: 6617974.
HSL color Cylindrical-coordinate representation of color #76FB64: hue angle of 112.85º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76FB64 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 100 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.02 |
| HSL | 112.85º | 0.95% | 0.69% | - |
| HSV(B) | 112.85º | 0.6% | 0.98% | - |
| XYZ | 44.27 | 73.77 | 23.96 | - |
| YUV | 194.02 | 74.94 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 100 | 0.53 | 0 | 0.60 | 0.02 | 112.85 | 0.95 | 0.69 |
| Hex | 76 | FB | 64 | 35 | 0 | 3C | 2 | 71 | 5F | 45 |
| Octal | 166 | 373 | 144 | 65 | 0 | 74 | 2 | 161 | 137 | 105 |
| Binary | 1110110 | 11111011 | 1100100 | 110101 | 0 | 111100 | 10 | 1110001 | 1011111 | 1000101 |
Color Harmonies of #76FB64
Complementary color
Monochromatic Colors of #76FB64
Black with #76FB64
Text Example
Text Example
White with #76FB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FB64; }
p { color: rgb(118,251,100); }
H1.HeaderClassName
{
color: #76FB64;
}
.AnyTagClassName
{
color: #76FB64;
}
</style>
background-color css
<style>
a { background-color: #76FB64; }
a { background-color: rgb(118,251,100); }
div.DivClassName
{
background-color: #76FB64;
}
.BgClassName
{
background-color: #76FB64;
}
</style>
border-color css
<style>
span { border-color: #76FB64; }
span { border-color: rgb(118,251,100); }
td.TdClassName
{
border-color: #76FB64;
}
.TagClassName
{
border-color: #76FB64;
}
</style>