Shades of Yellow Green #70DB2B
Tints of Yellow Green #70DB2B
RGB
CMYK
RGB Variations
Color information
#70DB2B (or 0x70DB2B) is known color: Yellow Green. HEX triplet: 70, DB and 2B. RGB value is (112,219,43). Sum of RGB (Red+Green+Blue) = 112+219+43=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB2B is #8F24D4. Grayscale: #A7A7A7. Windows color (decimal): -9381077 or 2874224. OLE color: 2874224.
HSL color Cylindrical-coordinate representation of color #70DB2B: hue angle of 96.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70DB2B is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 43 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.14 |
| HSL | 96.48º | 0.71% | 0.51% | - |
| HSV(B) | 96.48º | 0.8% | 0.86% | - |
| XYZ | 32.45 | 54.28 | 11.05 | - |
| YUV | 166.94 | 58.05 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 43 | 0.49 | 0 | 0.80 | 0.14 | 96.48 | 0.71 | 0.51 |
| Hex | 70 | DB | 2B | 31 | 0 | 50 | E | 60 | 47 | 33 |
| Octal | 160 | 333 | 53 | 61 | 0 | 120 | 16 | 140 | 107 | 63 |
| Binary | 1110000 | 11011011 | 101011 | 110001 | 0 | 1010000 | 1110 | 1100000 | 1000111 | 110011 |
Color Harmonies of #70DB2B
Complementary color
Monochromatic Colors of #70DB2B
Black with #70DB2B
Text Example
Text Example
White with #70DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB2B; }
p { color: rgb(112,219,43); }
H1.HeaderClassName
{
color: #70DB2B;
}
.AnyTagClassName
{
color: #70DB2B;
}
</style>
background-color css
<style>
a { background-color: #70DB2B; }
a { background-color: rgb(112,219,43); }
div.DivClassName
{
background-color: #70DB2B;
}
.BgClassName
{
background-color: #70DB2B;
}
</style>
border-color css
<style>
span { border-color: #70DB2B; }
span { border-color: rgb(112,219,43); }
td.TdClassName
{
border-color: #70DB2B;
}
.TagClassName
{
border-color: #70DB2B;
}
</style>