Shades of Screamin' Green #76F067
Tints of Screamin' Green #76F067
RGB
CMYK
RGB Variations
Color information
#76F067 (or 0x76F067) is known color: Screamin' Green. HEX triplet: 76, F0 and 67. RGB value is (118,240,103). Sum of RGB (Red+Green+Blue) = 118+240+103=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #76F067 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F067 is #890F98. Grayscale: #BCBCBC. Windows color (decimal): -8982425 or 6811766. OLE color: 6811766.
HSL color Cylindrical-coordinate representation of color #76F067: hue angle of 113.43º 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 #76F067 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 103 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.06 |
| HSL | 113.43º | 0.82% | 0.67% | - |
| HSV(B) | 113.43º | 0.57% | 0.94% | - |
| XYZ | 41.08 | 67.15 | 23.63 | - |
| YUV | 187.9 | 80.08 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 103 | 0.51 | 0 | 0.57 | 0.06 | 113.43 | 0.82 | 0.67 |
| Hex | 76 | F0 | 67 | 33 | 0 | 39 | 6 | 71 | 52 | 43 |
| Octal | 166 | 360 | 147 | 63 | 0 | 71 | 6 | 161 | 122 | 103 |
| Binary | 1110110 | 11110000 | 1100111 | 110011 | 0 | 111001 | 110 | 1110001 | 1010010 | 1000011 |
Color Harmonies of #76F067
Complementary color
Monochromatic Colors of #76F067
Black with #76F067
Text Example
Text Example
White with #76F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F067; }
p { color: rgb(118,240,103); }
H1.HeaderClassName
{
color: #76F067;
}
.AnyTagClassName
{
color: #76F067;
}
</style>
background-color css
<style>
a { background-color: #76F067; }
a { background-color: rgb(118,240,103); }
div.DivClassName
{
background-color: #76F067;
}
.BgClassName
{
background-color: #76F067;
}
</style>
border-color css
<style>
span { border-color: #76F067; }
span { border-color: rgb(118,240,103); }
td.TdClassName
{
border-color: #76F067;
}
.TagClassName
{
border-color: #76F067;
}
</style>