Shades of Yellow Green #76CE31
Tints of Yellow Green #76CE31
RGB
CMYK
RGB Variations
Color information
#76CE31 (or 0x76CE31) is known color: Yellow Green. HEX triplet: 76, CE and 31. RGB value is (118,206,49). Sum of RGB (Red+Green+Blue) = 118+206+49=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE31 is #8931CE. Grayscale: #A2A2A2. Windows color (decimal): -8991183 or 3264118. OLE color: 3264118.
HSL color Cylindrical-coordinate representation of color #76CE31: hue angle of 93.63º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76CE31 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 49 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.19 |
| HSL | 93.63º | 0.62% | 0.5% | - |
| HSV(B) | 93.63º | 0.76% | 0.81% | - |
| XYZ | 30.1 | 48.22 | 10.63 | - |
| YUV | 161.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 49 | 0.43 | 0 | 0.76 | 0.19 | 93.63 | 0.62 | 0.5 |
| Hex | 76 | CE | 31 | 2B | 0 | 4C | 13 | 5E | 3E | 32 |
| Octal | 166 | 316 | 61 | 53 | 0 | 114 | 23 | 136 | 76 | 62 |
| Binary | 1110110 | 11001110 | 110001 | 101011 | 0 | 1001100 | 10011 | 1011110 | 111110 | 110010 |
Color Harmonies of #76CE31
Complementary color
Monochromatic Colors of #76CE31
Black with #76CE31
Text Example
Text Example
White with #76CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE31; }
p { color: rgb(118,206,49); }
H1.HeaderClassName
{
color: #76CE31;
}
.AnyTagClassName
{
color: #76CE31;
}
</style>
background-color css
<style>
a { background-color: #76CE31; }
a { background-color: rgb(118,206,49); }
div.DivClassName
{
background-color: #76CE31;
}
.BgClassName
{
background-color: #76CE31;
}
</style>
border-color css
<style>
span { border-color: #76CE31; }
span { border-color: rgb(118,206,49); }
td.TdClassName
{
border-color: #76CE31;
}
.TagClassName
{
border-color: #76CE31;
}
</style>