Shades of Screamin' Green #76FC68
Tints of Screamin' Green #76FC68
RGB
CMYK
RGB Variations
Color information
#76FC68 (or 0x76FC68) is known color: Screamin' Green. HEX triplet: 76, FC and 68. RGB value is (118,252,104). Sum of RGB (Red+Green+Blue) = 118+252+104=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #76FC68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FC68 is #890397. Grayscale: #C3C3C3. Windows color (decimal): -8979352 or 6880374. OLE color: 6880374.
HSL color Cylindrical-coordinate representation of color #76FC68: hue angle of 114.32º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76FC68 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 104 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.01 |
| HSL | 114.32º | 0.96% | 0.7% | - |
| HSV(B) | 114.32º | 0.59% | 0.99% | - |
| XYZ | 44.78 | 74.47 | 25.11 | - |
| YUV | 195.06 | 76.61 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 104 | 0.53 | 0 | 0.59 | 0.01 | 114.32 | 0.96 | 0.7 |
| Hex | 76 | FC | 68 | 35 | 0 | 3B | 1 | 72 | 60 | 46 |
| Octal | 166 | 374 | 150 | 65 | 0 | 73 | 1 | 162 | 140 | 106 |
| Binary | 1110110 | 11111100 | 1101000 | 110101 | 0 | 111011 | 1 | 1110010 | 1100000 | 1000110 |
Color Harmonies of #76FC68
Complementary color
Monochromatic Colors of #76FC68
Black with #76FC68
Text Example
Text Example
White with #76FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FC68; }
p { color: rgb(118,252,104); }
H1.HeaderClassName
{
color: #76FC68;
}
.AnyTagClassName
{
color: #76FC68;
}
</style>
background-color css
<style>
a { background-color: #76FC68; }
a { background-color: rgb(118,252,104); }
div.DivClassName
{
background-color: #76FC68;
}
.BgClassName
{
background-color: #76FC68;
}
</style>
border-color css
<style>
span { border-color: #76FC68; }
span { border-color: rgb(118,252,104); }
td.TdClassName
{
border-color: #76FC68;
}
.TagClassName
{
border-color: #76FC68;
}
</style>