Shades of Screamin' Green #76FE65
Tints of Screamin' Green #76FE65
RGB
CMYK
RGB Variations
Color information
#76FE65 (or 0x76FE65) is known color: Screamin' Green. HEX triplet: 76, FE and 65. RGB value is (118,254,101). Sum of RGB (Red+Green+Blue) = 118+254+101=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #76FE65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FE65 is #89019A. Grayscale: #C4C4C4. Windows color (decimal): -8978843 or 6684278. OLE color: 6684278.
HSL color Cylindrical-coordinate representation of color #76FE65: hue angle of 113.33º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76FE65 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 101 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.00 |
| HSL | 113.33º | 0.99% | 0.7% | - |
| HSV(B) | 113.33º | 0.6% | 1% | - |
| XYZ | 45.26 | 75.67 | 24.53 | - |
| YUV | 195.89 | 74.44 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 101 | 0.54 | 0 | 0.60 | 0.00 | 113.33 | 0.99 | 0.7 |
| Hex | 76 | FE | 65 | 36 | 0 | 3C | 0 | 71 | 63 | 46 |
| Octal | 166 | 376 | 145 | 66 | 0 | 74 | 0 | 161 | 143 | 106 |
| Binary | 1110110 | 11111110 | 1100101 | 110110 | 0 | 111100 | 0 | 1110001 | 1100011 | 1000110 |
Color Harmonies of #76FE65
Complementary color
Monochromatic Colors of #76FE65
Black with #76FE65
Text Example
Text Example
White with #76FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FE65; }
p { color: rgb(118,254,101); }
H1.HeaderClassName
{
color: #76FE65;
}
.AnyTagClassName
{
color: #76FE65;
}
</style>
background-color css
<style>
a { background-color: #76FE65; }
a { background-color: rgb(118,254,101); }
div.DivClassName
{
background-color: #76FE65;
}
.BgClassName
{
background-color: #76FE65;
}
</style>
border-color css
<style>
span { border-color: #76FE65; }
span { border-color: rgb(118,254,101); }
td.TdClassName
{
border-color: #76FE65;
}
.TagClassName
{
border-color: #76FE65;
}
</style>