Shades of Screamin' Green #76F358
Tints of Screamin' Green #76F358
RGB
CMYK
RGB Variations
Color information
#76F358 (or 0x76F358) is known color: Screamin' Green. HEX triplet: 76, F3 and 58. RGB value is (118,243,88). Sum of RGB (Red+Green+Blue) = 118+243+88=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #76F358 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F358 is #890CA7. Grayscale: #BCBCBC. Windows color (decimal): -8981672 or 5829494. OLE color: 5829494.
HSL color Cylindrical-coordinate representation of color #76F358: hue angle of 108.39º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76F358 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 243 | 88 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.05 |
| HSL | 108.39º | 0.87% | 0.65% | - |
| HSV(B) | 108.39º | 0.64% | 0.95% | - |
| XYZ | 41.28 | 68.66 | 20.31 | - |
| YUV | 187.96 | 71.59 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 243 | 88 | 0.51 | 0 | 0.64 | 0.05 | 108.39 | 0.87 | 0.65 |
| Hex | 76 | F3 | 58 | 33 | 0 | 40 | 5 | 6C | 57 | 41 |
| Octal | 166 | 363 | 130 | 63 | 0 | 100 | 5 | 154 | 127 | 101 |
| Binary | 1110110 | 11110011 | 1011000 | 110011 | 0 | 1000000 | 101 | 1101100 | 1010111 | 1000001 |
Color Harmonies of #76F358
Complementary color
Monochromatic Colors of #76F358
Black with #76F358
Text Example
Text Example
White with #76F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F358; }
p { color: rgb(118,243,88); }
H1.HeaderClassName
{
color: #76F358;
}
.AnyTagClassName
{
color: #76F358;
}
</style>
background-color css
<style>
a { background-color: #76F358; }
a { background-color: rgb(118,243,88); }
div.DivClassName
{
background-color: #76F358;
}
.BgClassName
{
background-color: #76F358;
}
</style>
border-color css
<style>
span { border-color: #76F358; }
span { border-color: rgb(118,243,88); }
td.TdClassName
{
border-color: #76F358;
}
.TagClassName
{
border-color: #76F358;
}
</style>