Shades of Kelly Green #52CB27
Tints of Kelly Green #52CB27
RGB
CMYK
RGB Variations
Color information
#52CB27 (or 0x52CB27) is known color: Kelly Green. HEX triplet: 52, CB and 27. RGB value is (82,203,39). Sum of RGB (Red+Green+Blue) = 82+203+39=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB27 is #AD34D8. Grayscale: #949494. Windows color (decimal): -11351257 or 2607954. OLE color: 2607954.
HSL color Cylindrical-coordinate representation of color #52CB27: hue angle of 104.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52CB27 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 39 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.20 |
| HSL | 104.27º | 0.68% | 0.47% | - |
| HSV(B) | 104.27º | 0.81% | 0.8% | - |
| XYZ | 25.2 | 44.65 | 9.21 | - |
| YUV | 148.13 | 66.41 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 39 | 0.60 | 0 | 0.81 | 0.20 | 104.27 | 0.68 | 0.47 |
| Hex | 52 | CB | 27 | 3C | 0 | 51 | 14 | 68 | 44 | 2F |
| Octal | 122 | 313 | 47 | 74 | 0 | 121 | 24 | 150 | 104 | 57 |
| Binary | 1010010 | 11001011 | 100111 | 111100 | 0 | 1010001 | 10100 | 1101000 | 1000100 | 101111 |
Color Harmonies of #52CB27
Complementary color
Monochromatic Colors of #52CB27
Black with #52CB27
Text Example
Text Example
White with #52CB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB27; }
p { color: rgb(82,203,39); }
H1.HeaderClassName
{
color: #52CB27;
}
.AnyTagClassName
{
color: #52CB27;
}
</style>
background-color css
<style>
a { background-color: #52CB27; }
a { background-color: rgb(82,203,39); }
div.DivClassName
{
background-color: #52CB27;
}
.BgClassName
{
background-color: #52CB27;
}
</style>
border-color css
<style>
span { border-color: #52CB27; }
span { border-color: rgb(82,203,39); }
td.TdClassName
{
border-color: #52CB27;
}
.TagClassName
{
border-color: #52CB27;
}
</style>