Shades of Screamin' Green #76FA68
Tints of Screamin' Green #76FA68
RGB
CMYK
RGB Variations
Color information
#76FA68 (or 0x76FA68) is known color: Screamin' Green. HEX triplet: 76, FA and 68. RGB value is (118,250,104). Sum of RGB (Red+Green+Blue) = 118+250+104=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FA68 is #890597. Grayscale: #C2C2C2. Windows color (decimal): -8979864 or 6879862. OLE color: 6879862.
HSL color Cylindrical-coordinate representation of color #76FA68: hue angle of 114.25º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76FA68 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 104 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.02 |
| HSL | 114.25º | 0.94% | 0.69% | - |
| HSV(B) | 114.25º | 0.58% | 0.98% | - |
| XYZ | 44.16 | 73.22 | 24.9 | - |
| YUV | 193.89 | 77.27 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 104 | 0.53 | 0 | 0.58 | 0.02 | 114.25 | 0.94 | 0.69 |
| Hex | 76 | FA | 68 | 35 | 0 | 3A | 2 | 72 | 5E | 45 |
| Octal | 166 | 372 | 150 | 65 | 0 | 72 | 2 | 162 | 136 | 105 |
| Binary | 1110110 | 11111010 | 1101000 | 110101 | 0 | 111010 | 10 | 1110010 | 1011110 | 1000101 |
Color Harmonies of #76FA68
Complementary color
Monochromatic Colors of #76FA68
Black with #76FA68
Text Example
Text Example
White with #76FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA68; }
p { color: rgb(118,250,104); }
H1.HeaderClassName
{
color: #76FA68;
}
.AnyTagClassName
{
color: #76FA68;
}
</style>
background-color css
<style>
a { background-color: #76FA68; }
a { background-color: rgb(118,250,104); }
div.DivClassName
{
background-color: #76FA68;
}
.BgClassName
{
background-color: #76FA68;
}
</style>
border-color css
<style>
span { border-color: #76FA68; }
span { border-color: rgb(118,250,104); }
td.TdClassName
{
border-color: #76FA68;
}
.TagClassName
{
border-color: #76FA68;
}
</style>