Shades of Screamin' Green #76F544
Tints of Screamin' Green #76F544
RGB
CMYK
RGB Variations
Color information
#76F544 (or 0x76F544) is known color: Screamin' Green. HEX triplet: 76, F5 and 44. RGB value is (118,245,68). Sum of RGB (Red+Green+Blue) = 118+245+68=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #76F544 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F544 is #890ABB. Grayscale: #BBBBBB. Windows color (decimal): -8981180 or 4519286. OLE color: 4519286.
HSL color Cylindrical-coordinate representation of color #76F544: hue angle of 103.05º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76F544 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 245 | 68 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.04 |
| HSL | 103.05º | 0.9% | 0.61% | - |
| HSV(B) | 103.05º | 0.72% | 0.96% | - |
| XYZ | 41.17 | 69.57 | 16.73 | - |
| YUV | 186.85 | 60.92 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 245 | 68 | 0.52 | 0 | 0.72 | 0.04 | 103.05 | 0.9 | 0.61 |
| Hex | 76 | F5 | 44 | 34 | 0 | 48 | 4 | 67 | 5A | 3D |
| Octal | 166 | 365 | 104 | 64 | 0 | 110 | 4 | 147 | 132 | 75 |
| Binary | 1110110 | 11110101 | 1000100 | 110100 | 0 | 1001000 | 100 | 1100111 | 1011010 | 111101 |
Color Harmonies of #76F544
Complementary color
Monochromatic Colors of #76F544
Black with #76F544
Text Example
Text Example
White with #76F544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F544; }
p { color: rgb(118,245,68); }
H1.HeaderClassName
{
color: #76F544;
}
.AnyTagClassName
{
color: #76F544;
}
</style>
background-color css
<style>
a { background-color: #76F544; }
a { background-color: rgb(118,245,68); }
div.DivClassName
{
background-color: #76F544;
}
.BgClassName
{
background-color: #76F544;
}
</style>
border-color css
<style>
span { border-color: #76F544; }
span { border-color: rgb(118,245,68); }
td.TdClassName
{
border-color: #76F544;
}
.TagClassName
{
border-color: #76F544;
}
</style>