Shades of Kelly Green #34A710
Tints of Kelly Green #34A710
RGB
CMYK
RGB Variations
Color information
#34A710 (or 0x34A710) is known color: Kelly Green. HEX triplet: 34, A7 and 10. RGB value is (52,167,16). Sum of RGB (Red+Green+Blue) = 52+167+16=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 167 (65.62% from 255 or 71.06% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 167 - color contains mainly: green. Hex color #34A710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A710 is #CB58EF. Grayscale: #737373. Windows color (decimal): -13326576 or 1091380. OLE color: 1091380.
HSL color Cylindrical-coordinate representation of color #34A710: hue angle of 105.7º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34A710 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 167 | 16 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.35 |
| HSL | 105.7º | 0.83% | 0.36% | - |
| HSV(B) | 105.7º | 0.9% | 0.65% | - |
| XYZ | 15.33 | 28.4 | 5.17 | - |
| YUV | 115.4 | 71.9 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 167 | 16 | 0.69 | 0 | 0.90 | 0.35 | 105.7 | 0.83 | 0.36 |
| Hex | 34 | A7 | 10 | 45 | 0 | 5A | 23 | 6A | 53 | 24 |
| Octal | 64 | 247 | 20 | 105 | 0 | 132 | 43 | 152 | 123 | 44 |
| Binary | 110100 | 10100111 | 10000 | 1000101 | 0 | 1011010 | 100011 | 1101010 | 1010011 | 100100 |
Color Harmonies of #34A710
Complementary color
Monochromatic Colors of #34A710
Black with #34A710
Text Example
Text Example
White with #34A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A710; }
p { color: rgb(52,167,16); }
H1.HeaderClassName
{
color: #34A710;
}
.AnyTagClassName
{
color: #34A710;
}
</style>
background-color css
<style>
a { background-color: #34A710; }
a { background-color: rgb(52,167,16); }
div.DivClassName
{
background-color: #34A710;
}
.BgClassName
{
background-color: #34A710;
}
</style>
border-color css
<style>
span { border-color: #34A710; }
span { border-color: rgb(52,167,16); }
td.TdClassName
{
border-color: #34A710;
}
.TagClassName
{
border-color: #34A710;
}
</style>