Shades of Yellow Green #76DF34
Tints of Yellow Green #76DF34
RGB
CMYK
RGB Variations
Color information
#76DF34 (or 0x76DF34) is known color: Yellow Green. HEX triplet: 76, DF and 34. RGB value is (118,223,52). Sum of RGB (Red+Green+Blue) = 118+223+52=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DF34 is #8920CB. Grayscale: #ACACAC. Windows color (decimal): -8986828 or 3465078. OLE color: 3465078.
HSL color Cylindrical-coordinate representation of color #76DF34: hue angle of 96.84º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76DF34 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 52 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.13 |
| HSL | 96.84º | 0.73% | 0.54% | - |
| HSV(B) | 96.84º | 0.77% | 0.87% | - |
| XYZ | 34.48 | 56.87 | 12.41 | - |
| YUV | 172.11 | 60.21 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 52 | 0.47 | 0 | 0.77 | 0.13 | 96.84 | 0.73 | 0.54 |
| Hex | 76 | DF | 34 | 2F | 0 | 4D | D | 61 | 49 | 36 |
| Octal | 166 | 337 | 64 | 57 | 0 | 115 | 15 | 141 | 111 | 66 |
| Binary | 1110110 | 11011111 | 110100 | 101111 | 0 | 1001101 | 1101 | 1100001 | 1001001 | 110110 |
Color Harmonies of #76DF34
Complementary color
Monochromatic Colors of #76DF34
Black with #76DF34
Text Example
Text Example
White with #76DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF34; }
p { color: rgb(118,223,52); }
H1.HeaderClassName
{
color: #76DF34;
}
.AnyTagClassName
{
color: #76DF34;
}
</style>
background-color css
<style>
a { background-color: #76DF34; }
a { background-color: rgb(118,223,52); }
div.DivClassName
{
background-color: #76DF34;
}
.BgClassName
{
background-color: #76DF34;
}
</style>
border-color css
<style>
span { border-color: #76DF34; }
span { border-color: rgb(118,223,52); }
td.TdClassName
{
border-color: #76DF34;
}
.TagClassName
{
border-color: #76DF34;
}
</style>