Shades of Screamin' Green #76FA65
Tints of Screamin' Green #76FA65
RGB
CMYK
RGB Variations
Color information
#76FA65 (or 0x76FA65) is known color: Screamin' Green. HEX triplet: 76, FA and 65. RGB value is (118,250,101). Sum of RGB (Red+Green+Blue) = 118+250+101=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76FA65 is #89059A. Grayscale: #C2C2C2. Windows color (decimal): -8979867 or 6683254. OLE color: 6683254.
HSL color Cylindrical-coordinate representation of color #76FA65: hue angle of 113.15º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76FA65 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 101 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.02 |
| HSL | 113.15º | 0.94% | 0.69% | - |
| HSV(B) | 113.15º | 0.6% | 0.98% | - |
| XYZ | 44.01 | 73.16 | 24.11 | - |
| YUV | 193.55 | 75.77 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 101 | 0.53 | 0 | 0.60 | 0.02 | 113.15 | 0.94 | 0.69 |
| Hex | 76 | FA | 65 | 35 | 0 | 3C | 2 | 71 | 5E | 45 |
| Octal | 166 | 372 | 145 | 65 | 0 | 74 | 2 | 161 | 136 | 105 |
| Binary | 1110110 | 11111010 | 1100101 | 110101 | 0 | 111100 | 10 | 1110001 | 1011110 | 1000101 |
Color Harmonies of #76FA65
Complementary color
Monochromatic Colors of #76FA65
Black with #76FA65
Text Example
Text Example
White with #76FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA65; }
p { color: rgb(118,250,101); }
H1.HeaderClassName
{
color: #76FA65;
}
.AnyTagClassName
{
color: #76FA65;
}
</style>
background-color css
<style>
a { background-color: #76FA65; }
a { background-color: rgb(118,250,101); }
div.DivClassName
{
background-color: #76FA65;
}
.BgClassName
{
background-color: #76FA65;
}
</style>
border-color css
<style>
span { border-color: #76FA65; }
span { border-color: rgb(118,250,101); }
td.TdClassName
{
border-color: #76FA65;
}
.TagClassName
{
border-color: #76FA65;
}
</style>