Shades of Kelly Green #34B713
Tints of Kelly Green #34B713
RGB
CMYK
RGB Variations
Color information
#34B713 (or 0x34B713) is known color: Kelly Green. HEX triplet: 34, B7 and 13. RGB value is (52,183,19). Sum of RGB (Red+Green+Blue) = 52+183+19=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #34B713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B713 is #CB48EC. Grayscale: #7D7D7D. Windows color (decimal): -13322477 or 1292084. OLE color: 1292084.
HSL color Cylindrical-coordinate representation of color #34B713: hue angle of 107.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34B713 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 183 | 19 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.28 |
| HSL | 107.93º | 0.81% | 0.4% | - |
| HSV(B) | 107.93º | 0.9% | 0.72% | - |
| XYZ | 18.47 | 34.64 | 6.33 | - |
| YUV | 125.14 | 68.1 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 183 | 19 | 0.72 | 0 | 0.90 | 0.28 | 107.93 | 0.81 | 0.4 |
| Hex | 34 | B7 | 13 | 48 | 0 | 5A | 1C | 6C | 51 | 28 |
| Octal | 64 | 267 | 23 | 110 | 0 | 132 | 34 | 154 | 121 | 50 |
| Binary | 110100 | 10110111 | 10011 | 1001000 | 0 | 1011010 | 11100 | 1101100 | 1010001 | 101000 |
Color Harmonies of #34B713
Complementary color
Monochromatic Colors of #34B713
Black with #34B713
Text Example
Text Example
White with #34B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B713; }
p { color: rgb(52,183,19); }
H1.HeaderClassName
{
color: #34B713;
}
.AnyTagClassName
{
color: #34B713;
}
</style>
background-color css
<style>
a { background-color: #34B713; }
a { background-color: rgb(52,183,19); }
div.DivClassName
{
background-color: #34B713;
}
.BgClassName
{
background-color: #34B713;
}
</style>
border-color css
<style>
span { border-color: #34B713; }
span { border-color: rgb(52,183,19); }
td.TdClassName
{
border-color: #34B713;
}
.TagClassName
{
border-color: #34B713;
}
</style>