Shades of Kelly Green #34AE20
Tints of Kelly Green #34AE20
RGB
CMYK
RGB Variations
Color information
#34AE20 (or 0x34AE20) is known color: Kelly Green. HEX triplet: 34, AE and 20. RGB value is (52,174,32). Sum of RGB (Red+Green+Blue) = 52+174+32=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 174 (68.36% from 255 or 67.44% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 174 - color contains mainly: green. Hex color #34AE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AE20 is #CB51DF. Grayscale: #797979. Windows color (decimal): -13324768 or 2141748. OLE color: 2141748.
HSL color Cylindrical-coordinate representation of color #34AE20: hue angle of 111.55º degrees, saturation: 0.69, 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 #34AE20 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 174 | 32 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.32 |
| HSL | 111.55º | 0.69% | 0.4% | - |
| HSV(B) | 111.55º | 0.82% | 0.68% | - |
| XYZ | 16.81 | 31.11 | 6.48 | - |
| YUV | 121.33 | 77.58 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 32 | 0.70 | 0 | 0.82 | 0.32 | 111.55 | 0.69 | 0.4 |
| Hex | 34 | AE | 20 | 46 | 0 | 52 | 20 | 70 | 45 | 28 |
| Octal | 64 | 256 | 40 | 106 | 0 | 122 | 40 | 160 | 105 | 50 |
| Binary | 110100 | 10101110 | 100000 | 1000110 | 0 | 1010010 | 100000 | 1110000 | 1000101 | 101000 |
Color Harmonies of #34AE20
Complementary color
Monochromatic Colors of #34AE20
Black with #34AE20
Text Example
Text Example
White with #34AE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AE20; }
p { color: rgb(52,174,32); }
H1.HeaderClassName
{
color: #34AE20;
}
.AnyTagClassName
{
color: #34AE20;
}
</style>
background-color css
<style>
a { background-color: #34AE20; }
a { background-color: rgb(52,174,32); }
div.DivClassName
{
background-color: #34AE20;
}
.BgClassName
{
background-color: #34AE20;
}
</style>
border-color css
<style>
span { border-color: #34AE20; }
span { border-color: rgb(52,174,32); }
td.TdClassName
{
border-color: #34AE20;
}
.TagClassName
{
border-color: #34AE20;
}
</style>