Shades of Yellow Green #76DB28
Tints of Yellow Green #76DB28
RGB
CMYK
RGB Variations
Color information
#76DB28 (or 0x76DB28) is known color: Yellow Green. HEX triplet: 76, DB and 28. RGB value is (118,219,40). Sum of RGB (Red+Green+Blue) = 118+219+40=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DB28 is #8924D7. Grayscale: #A9A9A9. Windows color (decimal): -8987864 or 2677622. OLE color: 2677622.
HSL color Cylindrical-coordinate representation of color #76DB28: hue angle of 93.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76DB28 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 40 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.14 |
| HSL | 93.85º | 0.71% | 0.51% | - |
| HSV(B) | 93.85º | 0.82% | 0.86% | - |
| XYZ | 33.19 | 54.67 | 10.81 | - |
| YUV | 168.4 | 55.54 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 40 | 0.46 | 0 | 0.82 | 0.14 | 93.85 | 0.71 | 0.51 |
| Hex | 76 | DB | 28 | 2E | 0 | 52 | E | 5E | 47 | 33 |
| Octal | 166 | 333 | 50 | 56 | 0 | 122 | 16 | 136 | 107 | 63 |
| Binary | 1110110 | 11011011 | 101000 | 101110 | 0 | 1010010 | 1110 | 1011110 | 1000111 | 110011 |
Color Harmonies of #76DB28
Complementary color
Monochromatic Colors of #76DB28
Black with #76DB28
Text Example
Text Example
White with #76DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB28; }
p { color: rgb(118,219,40); }
H1.HeaderClassName
{
color: #76DB28;
}
.AnyTagClassName
{
color: #76DB28;
}
</style>
background-color css
<style>
a { background-color: #76DB28; }
a { background-color: rgb(118,219,40); }
div.DivClassName
{
background-color: #76DB28;
}
.BgClassName
{
background-color: #76DB28;
}
</style>
border-color css
<style>
span { border-color: #76DB28; }
span { border-color: rgb(118,219,40); }
td.TdClassName
{
border-color: #76DB28;
}
.TagClassName
{
border-color: #76DB28;
}
</style>