Shades of Screamin' Green #76F565
Tints of Screamin' Green #76F565
RGB
CMYK
RGB Variations
Color information
#76F565 (or 0x76F565) is known color: Screamin' Green. HEX triplet: 76, F5 and 65. RGB value is (118,245,101). Sum of RGB (Red+Green+Blue) = 118+245+101=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #76F565 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F565 is #890A9A. Grayscale: #BFBFBF. Windows color (decimal): -8981147 or 6681974. OLE color: 6681974.
HSL color Cylindrical-coordinate representation of color #76F565: hue angle of 112.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76F565 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 245 | 101 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.04 |
| HSL | 112.92º | 0.88% | 0.68% | - |
| HSV(B) | 112.92º | 0.59% | 0.96% | - |
| XYZ | 42.47 | 70.1 | 23.6 | - |
| YUV | 190.61 | 77.42 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 245 | 101 | 0.52 | 0 | 0.59 | 0.04 | 112.92 | 0.88 | 0.68 |
| Hex | 76 | F5 | 65 | 34 | 0 | 3B | 4 | 71 | 58 | 44 |
| Octal | 166 | 365 | 145 | 64 | 0 | 73 | 4 | 161 | 130 | 104 |
| Binary | 1110110 | 11110101 | 1100101 | 110100 | 0 | 111011 | 100 | 1110001 | 1011000 | 1000100 |
Color Harmonies of #76F565
Complementary color
Monochromatic Colors of #76F565
Black with #76F565
Text Example
Text Example
White with #76F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F565; }
p { color: rgb(118,245,101); }
H1.HeaderClassName
{
color: #76F565;
}
.AnyTagClassName
{
color: #76F565;
}
</style>
background-color css
<style>
a { background-color: #76F565; }
a { background-color: rgb(118,245,101); }
div.DivClassName
{
background-color: #76F565;
}
.BgClassName
{
background-color: #76F565;
}
</style>
border-color css
<style>
span { border-color: #76F565; }
span { border-color: rgb(118,245,101); }
td.TdClassName
{
border-color: #76F565;
}
.TagClassName
{
border-color: #76F565;
}
</style>