Shades of Kelly Green #70D71D
Tints of Kelly Green #70D71D
RGB
CMYK
RGB Variations
Color information
#70D71D (or 0x70D71D) is known color: Kelly Green. HEX triplet: 70, D7 and 1D. RGB value is (112,215,29). Sum of RGB (Red+Green+Blue) = 112+215+29=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #70D71D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D71D is #8F28E2. Grayscale: #A3A3A3. Windows color (decimal): -9382115 or 1955696. OLE color: 1955696.
HSL color Cylindrical-coordinate representation of color #70D71D: hue angle of 93.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70D71D is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 29 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.16 |
| HSL | 93.23º | 0.76% | 0.48% | - |
| HSV(B) | 93.23º | 0.87% | 0.84% | - |
| XYZ | 31.2 | 52.13 | 9.58 | - |
| YUV | 163 | 52.38 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 29 | 0.48 | 0 | 0.87 | 0.16 | 93.23 | 0.76 | 0.48 |
| Hex | 70 | D7 | 1D | 30 | 0 | 57 | 10 | 5D | 4C | 30 |
| Octal | 160 | 327 | 35 | 60 | 0 | 127 | 20 | 135 | 114 | 60 |
| Binary | 1110000 | 11010111 | 11101 | 110000 | 0 | 1010111 | 10000 | 1011101 | 1001100 | 110000 |
Color Harmonies of #70D71D
Complementary color
Monochromatic Colors of #70D71D
Black with #70D71D
Text Example
Text Example
White with #70D71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D71D; }
p { color: rgb(112,215,29); }
H1.HeaderClassName
{
color: #70D71D;
}
.AnyTagClassName
{
color: #70D71D;
}
</style>
background-color css
<style>
a { background-color: #70D71D; }
a { background-color: rgb(112,215,29); }
div.DivClassName
{
background-color: #70D71D;
}
.BgClassName
{
background-color: #70D71D;
}
</style>
border-color css
<style>
span { border-color: #70D71D; }
span { border-color: rgb(112,215,29); }
td.TdClassName
{
border-color: #70D71D;
}
.TagClassName
{
border-color: #70D71D;
}
</style>