Shades of Yellow Green #70DA2B
Tints of Yellow Green #70DA2B
RGB
CMYK
RGB Variations
Color information
#70DA2B (or 0x70DA2B) is known color: Yellow Green. HEX triplet: 70, DA and 2B. RGB value is (112,218,43). Sum of RGB (Red+Green+Blue) = 112+218+43=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DA2B is #8F25D4. Grayscale: #A6A6A6. Windows color (decimal): -9381333 or 2873968. OLE color: 2873968.
HSL color Cylindrical-coordinate representation of color #70DA2B: hue angle of 96.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70DA2B is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 43 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.15 |
| HSL | 96.34º | 0.7% | 0.51% | - |
| HSV(B) | 96.34º | 0.8% | 0.85% | - |
| XYZ | 32.19 | 53.76 | 10.97 | - |
| YUV | 166.36 | 58.38 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 43 | 0.49 | 0 | 0.80 | 0.15 | 96.34 | 0.7 | 0.51 |
| Hex | 70 | DA | 2B | 31 | 0 | 50 | F | 60 | 46 | 33 |
| Octal | 160 | 332 | 53 | 61 | 0 | 120 | 17 | 140 | 106 | 63 |
| Binary | 1110000 | 11011010 | 101011 | 110001 | 0 | 1010000 | 1111 | 1100000 | 1000110 | 110011 |
Color Harmonies of #70DA2B
Complementary color
Monochromatic Colors of #70DA2B
Black with #70DA2B
Text Example
Text Example
White with #70DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DA2B; }
p { color: rgb(112,218,43); }
H1.HeaderClassName
{
color: #70DA2B;
}
.AnyTagClassName
{
color: #70DA2B;
}
</style>
background-color css
<style>
a { background-color: #70DA2B; }
a { background-color: rgb(112,218,43); }
div.DivClassName
{
background-color: #70DA2B;
}
.BgClassName
{
background-color: #70DA2B;
}
</style>
border-color css
<style>
span { border-color: #70DA2B; }
span { border-color: rgb(112,218,43); }
td.TdClassName
{
border-color: #70DA2B;
}
.TagClassName
{
border-color: #70DA2B;
}
</style>