Shades of Kelly Green #70D925
Tints of Kelly Green #70D925
RGB
CMYK
RGB Variations
Color information
#70D925 (or 0x70D925) is known color: Kelly Green. HEX triplet: 70, D9 and 25. RGB value is (112,217,37). Sum of RGB (Red+Green+Blue) = 112+217+37=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #70D925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D925 is #8F26DA. Grayscale: #A5A5A5. Windows color (decimal): -9381595 or 2480496. OLE color: 2480496.
HSL color Cylindrical-coordinate representation of color #70D925: hue angle of 95º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70D925 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 37 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.15 |
| HSL | 95º | 0.71% | 0.5% | - |
| HSV(B) | 95º | 0.83% | 0.85% | - |
| XYZ | 31.83 | 53.2 | 10.34 | - |
| YUV | 165.09 | 55.71 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 37 | 0.48 | 0 | 0.83 | 0.15 | 95 | 0.71 | 0.5 |
| Hex | 70 | D9 | 25 | 30 | 0 | 53 | F | 5F | 47 | 32 |
| Octal | 160 | 331 | 45 | 60 | 0 | 123 | 17 | 137 | 107 | 62 |
| Binary | 1110000 | 11011001 | 100101 | 110000 | 0 | 1010011 | 1111 | 1011111 | 1000111 | 110010 |
Color Harmonies of #70D925
Complementary color
Monochromatic Colors of #70D925
Black with #70D925
Text Example
Text Example
White with #70D925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D925; }
p { color: rgb(112,217,37); }
H1.HeaderClassName
{
color: #70D925;
}
.AnyTagClassName
{
color: #70D925;
}
</style>
background-color css
<style>
a { background-color: #70D925; }
a { background-color: rgb(112,217,37); }
div.DivClassName
{
background-color: #70D925;
}
.BgClassName
{
background-color: #70D925;
}
</style>
border-color css
<style>
span { border-color: #70D925; }
span { border-color: rgb(112,217,37); }
td.TdClassName
{
border-color: #70D925;
}
.TagClassName
{
border-color: #70D925;
}
</style>