Shades of Screamin' Green #76F068
Tints of Screamin' Green #76F068
RGB
CMYK
RGB Variations
Color information
#76F068 (or 0x76F068) is known color: Screamin' Green. HEX triplet: 76, F0 and 68. RGB value is (118,240,104). Sum of RGB (Red+Green+Blue) = 118+240+104=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #76F068 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F068 is #890F97. Grayscale: #BCBCBC. Windows color (decimal): -8982424 or 6877302. OLE color: 6877302.
HSL color Cylindrical-coordinate representation of color #76F068: hue angle of 113.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76F068 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 104 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.06 |
| HSL | 113.82º | 0.82% | 0.67% | - |
| HSV(B) | 113.82º | 0.57% | 0.94% | - |
| XYZ | 41.13 | 67.17 | 23.89 | - |
| YUV | 188.02 | 80.58 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 104 | 0.51 | 0 | 0.57 | 0.06 | 113.82 | 0.82 | 0.67 |
| Hex | 76 | F0 | 68 | 33 | 0 | 39 | 6 | 72 | 52 | 43 |
| Octal | 166 | 360 | 150 | 63 | 0 | 71 | 6 | 162 | 122 | 103 |
| Binary | 1110110 | 11110000 | 1101000 | 110011 | 0 | 111001 | 110 | 1110010 | 1010010 | 1000011 |
Color Harmonies of #76F068
Complementary color
Monochromatic Colors of #76F068
Black with #76F068
Text Example
Text Example
White with #76F068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F068; }
p { color: rgb(118,240,104); }
H1.HeaderClassName
{
color: #76F068;
}
.AnyTagClassName
{
color: #76F068;
}
</style>
background-color css
<style>
a { background-color: #76F068; }
a { background-color: rgb(118,240,104); }
div.DivClassName
{
background-color: #76F068;
}
.BgClassName
{
background-color: #76F068;
}
</style>
border-color css
<style>
span { border-color: #76F068; }
span { border-color: rgb(118,240,104); }
td.TdClassName
{
border-color: #76F068;
}
.TagClassName
{
border-color: #76F068;
}
</style>