Shades of Kelly Green #70D823
Tints of Kelly Green #70D823
RGB
CMYK
RGB Variations
Color information
#70D823 (or 0x70D823) is known color: Kelly Green. HEX triplet: 70, D8 and 23. RGB value is (112,216,35). Sum of RGB (Red+Green+Blue) = 112+216+35=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #70D823 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D823 is #8F27DC. Grayscale: #A4A4A4. Windows color (decimal): -9381853 or 2349168. OLE color: 2349168.
HSL color Cylindrical-coordinate representation of color #70D823: hue angle of 94.48º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70D823 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 35 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.15 |
| HSL | 94.48º | 0.72% | 0.49% | - |
| HSV(B) | 94.48º | 0.84% | 0.85% | - |
| XYZ | 31.54 | 52.68 | 10.1 | - |
| YUV | 164.27 | 55.04 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 35 | 0.48 | 0 | 0.84 | 0.15 | 94.48 | 0.72 | 0.49 |
| Hex | 70 | D8 | 23 | 30 | 0 | 54 | F | 5E | 48 | 31 |
| Octal | 160 | 330 | 43 | 60 | 0 | 124 | 17 | 136 | 110 | 61 |
| Binary | 1110000 | 11011000 | 100011 | 110000 | 0 | 1010100 | 1111 | 1011110 | 1001000 | 110001 |
Color Harmonies of #70D823
Complementary color
Monochromatic Colors of #70D823
Black with #70D823
Text Example
Text Example
White with #70D823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D823; }
p { color: rgb(112,216,35); }
H1.HeaderClassName
{
color: #70D823;
}
.AnyTagClassName
{
color: #70D823;
}
</style>
background-color css
<style>
a { background-color: #70D823; }
a { background-color: rgb(112,216,35); }
div.DivClassName
{
background-color: #70D823;
}
.BgClassName
{
background-color: #70D823;
}
</style>
border-color css
<style>
span { border-color: #70D823; }
span { border-color: rgb(112,216,35); }
td.TdClassName
{
border-color: #70D823;
}
.TagClassName
{
border-color: #70D823;
}
</style>