Shades of Yellow Green #70DB29
Tints of Yellow Green #70DB29
RGB
CMYK
RGB Variations
Color information
#70DB29 (or 0x70DB29) is known color: Yellow Green. HEX triplet: 70, DB and 29. RGB value is (112,219,41). Sum of RGB (Red+Green+Blue) = 112+219+41=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB29 is #8F24D6. Grayscale: #A7A7A7. Windows color (decimal): -9381079 or 2743152. OLE color: 2743152.
HSL color Cylindrical-coordinate representation of color #70DB29: hue angle of 96.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70DB29 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 41 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.14 |
| HSL | 96.07º | 0.71% | 0.51% | - |
| HSV(B) | 96.07º | 0.81% | 0.86% | - |
| XYZ | 32.41 | 54.27 | 10.86 | - |
| YUV | 166.72 | 57.05 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 41 | 0.49 | 0 | 0.81 | 0.14 | 96.07 | 0.71 | 0.51 |
| Hex | 70 | DB | 29 | 31 | 0 | 51 | E | 60 | 47 | 33 |
| Octal | 160 | 333 | 51 | 61 | 0 | 121 | 16 | 140 | 107 | 63 |
| Binary | 1110000 | 11011011 | 101001 | 110001 | 0 | 1010001 | 1110 | 1100000 | 1000111 | 110011 |
Color Harmonies of #70DB29
Complementary color
Monochromatic Colors of #70DB29
Black with #70DB29
Text Example
Text Example
White with #70DB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB29; }
p { color: rgb(112,219,41); }
H1.HeaderClassName
{
color: #70DB29;
}
.AnyTagClassName
{
color: #70DB29;
}
</style>
background-color css
<style>
a { background-color: #70DB29; }
a { background-color: rgb(112,219,41); }
div.DivClassName
{
background-color: #70DB29;
}
.BgClassName
{
background-color: #70DB29;
}
</style>
border-color css
<style>
span { border-color: #70DB29; }
span { border-color: rgb(112,219,41); }
td.TdClassName
{
border-color: #70DB29;
}
.TagClassName
{
border-color: #70DB29;
}
</style>