Shades of Screamin' Green #76FA69
Tints of Screamin' Green #76FA69
RGB
CMYK
RGB Variations
Color information
#76FA69 (or 0x76FA69) is known color: Screamin' Green. HEX triplet: 76, FA and 69. RGB value is (118,250,105). Sum of RGB (Red+Green+Blue) = 118+250+105=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FA69 is #890596. Grayscale: #C2C2C2. Windows color (decimal): -8979863 or 6945398. OLE color: 6945398.
HSL color Cylindrical-coordinate representation of color #76FA69: hue angle of 114.62º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76FA69 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 105 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.02 |
| HSL | 114.62º | 0.94% | 0.7% | - |
| HSV(B) | 114.62º | 0.58% | 0.98% | - |
| XYZ | 44.21 | 73.24 | 25.17 | - |
| YUV | 194 | 77.77 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 105 | 0.53 | 0 | 0.58 | 0.02 | 114.62 | 0.94 | 0.7 |
| Hex | 76 | FA | 69 | 35 | 0 | 3A | 2 | 73 | 5E | 46 |
| Octal | 166 | 372 | 151 | 65 | 0 | 72 | 2 | 163 | 136 | 106 |
| Binary | 1110110 | 11111010 | 1101001 | 110101 | 0 | 111010 | 10 | 1110011 | 1011110 | 1000110 |
Color Harmonies of #76FA69
Complementary color
Monochromatic Colors of #76FA69
Black with #76FA69
Text Example
Text Example
White with #76FA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA69; }
p { color: rgb(118,250,105); }
H1.HeaderClassName
{
color: #76FA69;
}
.AnyTagClassName
{
color: #76FA69;
}
</style>
background-color css
<style>
a { background-color: #76FA69; }
a { background-color: rgb(118,250,105); }
div.DivClassName
{
background-color: #76FA69;
}
.BgClassName
{
background-color: #76FA69;
}
</style>
border-color css
<style>
span { border-color: #76FA69; }
span { border-color: rgb(118,250,105); }
td.TdClassName
{
border-color: #76FA69;
}
.TagClassName
{
border-color: #76FA69;
}
</style>