Shades of Screamin' Green #76FF3C
Tints of Screamin' Green #76FF3C
RGB
CMYK
RGB Variations
Color information
#76FF3C (or 0x76FF3C) is known color: Screamin' Green. HEX triplet: 76, FF and 3C. RGB value is (118,255,60). Sum of RGB (Red+Green+Blue) = 118+255+60=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FF3C is #8900C3. Grayscale: #C0C0C0. Windows color (decimal): -8978628 or 3997558. OLE color: 3997558.
HSL color Cylindrical-coordinate representation of color #76FF3C: hue angle of 102.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76FF3C is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 60 | - |
| CMYK | 0.54 | 0 | 0.76 | 0 |
| HSL | 102.15º | 1% | 0.62% | - |
| HSV(B) | 102.15º | 0.76% | 1% | - |
| XYZ | 44.05 | 75.7 | 16.56 | - |
| YUV | 191.81 | 53.61 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 60 | 0.54 | 0 | 0.76 | 0 | 102.15 | 1 | 0.62 |
| Hex | 76 | FF | 3C | 36 | 0 | 4C | 0 | 66 | 64 | 3E |
| Octal | 166 | 377 | 74 | 66 | 0 | 114 | 0 | 146 | 144 | 76 |
| Binary | 1110110 | 11111111 | 111100 | 110110 | 0 | 1001100 | 0 | 1100110 | 1100100 | 111110 |
Color Harmonies of #76FF3C
Complementary color
Monochromatic Colors of #76FF3C
Black with #76FF3C
Text Example
Text Example
White with #76FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF3C; }
p { color: rgb(118,255,60); }
H1.HeaderClassName
{
color: #76FF3C;
}
.AnyTagClassName
{
color: #76FF3C;
}
</style>
background-color css
<style>
a { background-color: #76FF3C; }
a { background-color: rgb(118,255,60); }
div.DivClassName
{
background-color: #76FF3C;
}
.BgClassName
{
background-color: #76FF3C;
}
</style>
border-color css
<style>
span { border-color: #76FF3C; }
span { border-color: rgb(118,255,60); }
td.TdClassName
{
border-color: #76FF3C;
}
.TagClassName
{
border-color: #76FF3C;
}
</style>