Shades of Screamin' Green #76FC4C
Tints of Screamin' Green #76FC4C
RGB
CMYK
RGB Variations
Color information
#76FC4C (or 0x76FC4C) is known color: Screamin' Green. HEX triplet: 76, FC and 4C. RGB value is (118,252,76). Sum of RGB (Red+Green+Blue) = 118+252+76=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #76FC4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FC4C is #8903B3. Grayscale: #C0C0C0. Windows color (decimal): -8979380 or 5045366. OLE color: 5045366.
HSL color Cylindrical-coordinate representation of color #76FC4C: hue angle of 105.68º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76FC4C is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 76 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.01 |
| HSL | 105.68º | 0.97% | 0.64% | - |
| HSV(B) | 105.68º | 0.7% | 0.99% | - |
| XYZ | 43.59 | 73.99 | 18.82 | - |
| YUV | 191.87 | 62.61 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 76 | 0.53 | 0 | 0.70 | 0.01 | 105.68 | 0.97 | 0.64 |
| Hex | 76 | FC | 4C | 35 | 0 | 46 | 1 | 6A | 61 | 40 |
| Octal | 166 | 374 | 114 | 65 | 0 | 106 | 1 | 152 | 141 | 100 |
| Binary | 1110110 | 11111100 | 1001100 | 110101 | 0 | 1000110 | 1 | 1101010 | 1100001 | 1000000 |
Color Harmonies of #76FC4C
Complementary color
Monochromatic Colors of #76FC4C
Black with #76FC4C
Text Example
Text Example
White with #76FC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FC4C; }
p { color: rgb(118,252,76); }
H1.HeaderClassName
{
color: #76FC4C;
}
.AnyTagClassName
{
color: #76FC4C;
}
</style>
background-color css
<style>
a { background-color: #76FC4C; }
a { background-color: rgb(118,252,76); }
div.DivClassName
{
background-color: #76FC4C;
}
.BgClassName
{
background-color: #76FC4C;
}
</style>
border-color css
<style>
span { border-color: #76FC4C; }
span { border-color: rgb(118,252,76); }
td.TdClassName
{
border-color: #76FC4C;
}
.TagClassName
{
border-color: #76FC4C;
}
</style>