Shades of Yellow Green #70DF2C
Tints of Yellow Green #70DF2C
RGB
CMYK
RGB Variations
Color information
#70DF2C (or 0x70DF2C) is known color: Yellow Green. HEX triplet: 70, DF and 2C. RGB value is (112,223,44). Sum of RGB (Red+Green+Blue) = 112+223+44=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF2C is #8F20D3. Grayscale: #AAAAAA. Windows color (decimal): -9380052 or 2940784. OLE color: 2940784.
HSL color Cylindrical-coordinate representation of color #70DF2C: hue angle of 97.21º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70DF2C is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 44 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.13 |
| HSL | 97.21º | 0.74% | 0.52% | - |
| HSV(B) | 97.21º | 0.8% | 0.87% | - |
| XYZ | 33.52 | 56.4 | 11.5 | - |
| YUV | 169.41 | 57.23 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 44 | 0.50 | 0 | 0.80 | 0.13 | 97.21 | 0.74 | 0.52 |
| Hex | 70 | DF | 2C | 32 | 0 | 50 | D | 61 | 4A | 34 |
| Octal | 160 | 337 | 54 | 62 | 0 | 120 | 15 | 141 | 112 | 64 |
| Binary | 1110000 | 11011111 | 101100 | 110010 | 0 | 1010000 | 1101 | 1100001 | 1001010 | 110100 |
Color Harmonies of #70DF2C
Complementary color
Monochromatic Colors of #70DF2C
Black with #70DF2C
Text Example
Text Example
White with #70DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF2C; }
p { color: rgb(112,223,44); }
H1.HeaderClassName
{
color: #70DF2C;
}
.AnyTagClassName
{
color: #70DF2C;
}
</style>
background-color css
<style>
a { background-color: #70DF2C; }
a { background-color: rgb(112,223,44); }
div.DivClassName
{
background-color: #70DF2C;
}
.BgClassName
{
background-color: #70DF2C;
}
</style>
border-color css
<style>
span { border-color: #70DF2C; }
span { border-color: rgb(112,223,44); }
td.TdClassName
{
border-color: #70DF2C;
}
.TagClassName
{
border-color: #70DF2C;
}
</style>