Shades of Kelly Green #52AE2A
Tints of Kelly Green #52AE2A
RGB
CMYK
RGB Variations
Color information
#52AE2A (or 0x52AE2A) is known color: Kelly Green. HEX triplet: 52, AE and 2A. RGB value is (82,174,42). Sum of RGB (Red+Green+Blue) = 82+174+42=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AE2A is #AD51D5. Grayscale: #838383. Windows color (decimal): -11358678 or 2797138. OLE color: 2797138.
HSL color Cylindrical-coordinate representation of color #52AE2A: hue angle of 101.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52AE2A is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
RGB | 82 | 174 | 42 | - |
CMYK | 0.53 | 0 | 0.76 | 0.32 |
HSL | 101.82º | 0.61% | 0.42% | - |
HSV(B) | 101.82º | 0.76% | 0.68% | - |
XYZ | 19.03 | 32.23 | 7.41 | - |
YUV | 131.44 | 77.52 | 92.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 174 | 42 | 0.53 | 0 | 0.76 | 0.32 | 101.82 | 0.61 | 0.42 |
Hex | 52 | AE | 2A | 35 | 0 | 4C | 20 | 66 | 3D | 2A |
Octal | 122 | 256 | 52 | 65 | 0 | 114 | 40 | 146 | 75 | 52 |
Binary | 1010010 | 10101110 | 101010 | 110101 | 0 | 1001100 | 100000 | 1100110 | 111101 | 101010 |
Color Harmonies of #52AE2A
Complementary color
Monochromatic Colors of #52AE2A
Black with #52AE2A
Text Example
Text Example
White with #52AE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AE2A; }
p { color: rgb(82,174,42); }
H1.HeaderClassName
{
color: #52AE2A;
}
.AnyTagClassName
{
color: #52AE2A;
}
</style>
background-color css
<style>
a { background-color: #52AE2A; }
a { background-color: rgb(82,174,42); }
div.DivClassName
{
background-color: #52AE2A;
}
.BgClassName
{
background-color: #52AE2A;
}
</style>
border-color css
<style>
span { border-color: #52AE2A; }
span { border-color: rgb(82,174,42); }
td.TdClassName
{
border-color: #52AE2A;
}
.TagClassName
{
border-color: #52AE2A;
}
</style>