Shades of Kelly Green #34AD1F
Tints of Kelly Green #34AD1F
RGB
CMYK
RGB Variations
Color information
#34AD1F (or 0x34AD1F) is known color: Kelly Green. HEX triplet: 34, AD and 1F. RGB value is (52,173,31). Sum of RGB (Red+Green+Blue) = 52+173+31=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD1F is #CB52E0. Grayscale: #797979. Windows color (decimal): -13325025 or 2075956. OLE color: 2075956.
HSL color Cylindrical-coordinate representation of color #34AD1F: hue angle of 111.13º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34AD1F is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 31 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.32 |
| HSL | 111.13º | 0.7% | 0.4% | - |
| HSV(B) | 111.13º | 0.82% | 0.68% | - |
| XYZ | 16.61 | 30.72 | 6.35 | - |
| YUV | 120.63 | 77.41 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 31 | 0.70 | 0 | 0.82 | 0.32 | 111.13 | 0.7 | 0.4 |
| Hex | 34 | AD | 1F | 46 | 0 | 52 | 20 | 6F | 46 | 28 |
| Octal | 64 | 255 | 37 | 106 | 0 | 122 | 40 | 157 | 106 | 50 |
| Binary | 110100 | 10101101 | 11111 | 1000110 | 0 | 1010010 | 100000 | 1101111 | 1000110 | 101000 |
Color Harmonies of #34AD1F
Complementary color
Monochromatic Colors of #34AD1F
Black with #34AD1F
Text Example
Text Example
White with #34AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD1F; }
p { color: rgb(52,173,31); }
H1.HeaderClassName
{
color: #34AD1F;
}
.AnyTagClassName
{
color: #34AD1F;
}
</style>
background-color css
<style>
a { background-color: #34AD1F; }
a { background-color: rgb(52,173,31); }
div.DivClassName
{
background-color: #34AD1F;
}
.BgClassName
{
background-color: #34AD1F;
}
</style>
border-color css
<style>
span { border-color: #34AD1F; }
span { border-color: rgb(52,173,31); }
td.TdClassName
{
border-color: #34AD1F;
}
.TagClassName
{
border-color: #34AD1F;
}
</style>