Shades of Kelly Green #52CB2D
Tints of Kelly Green #52CB2D
RGB
CMYK
RGB Variations
Color information
#52CB2D (or 0x52CB2D) is known color: Kelly Green. HEX triplet: 52, CB and 2D. RGB value is (82,203,45). Sum of RGB (Red+Green+Blue) = 82+203+45=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB2D is #AD34D2. Grayscale: #959595. Windows color (decimal): -11351251 or 3001170. OLE color: 3001170.
HSL color Cylindrical-coordinate representation of color #52CB2D: hue angle of 105.95º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52CB2D is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 45 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.20 |
| HSL | 105.95º | 0.64% | 0.49% | - |
| HSV(B) | 105.95º | 0.78% | 0.8% | - |
| XYZ | 25.31 | 44.7 | 9.78 | - |
| YUV | 148.81 | 69.41 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 45 | 0.60 | 0 | 0.78 | 0.20 | 105.95 | 0.64 | 0.49 |
| Hex | 52 | CB | 2D | 3C | 0 | 4E | 14 | 6A | 40 | 31 |
| Octal | 122 | 313 | 55 | 74 | 0 | 116 | 24 | 152 | 100 | 61 |
| Binary | 1010010 | 11001011 | 101101 | 111100 | 0 | 1001110 | 10100 | 1101010 | 1000000 | 110001 |
Color Harmonies of #52CB2D
Complementary color
Monochromatic Colors of #52CB2D
Black with #52CB2D
Text Example
Text Example
White with #52CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB2D; }
p { color: rgb(82,203,45); }
H1.HeaderClassName
{
color: #52CB2D;
}
.AnyTagClassName
{
color: #52CB2D;
}
</style>
background-color css
<style>
a { background-color: #52CB2D; }
a { background-color: rgb(82,203,45); }
div.DivClassName
{
background-color: #52CB2D;
}
.BgClassName
{
background-color: #52CB2D;
}
</style>
border-color css
<style>
span { border-color: #52CB2D; }
span { border-color: rgb(82,203,45); }
td.TdClassName
{
border-color: #52CB2D;
}
.TagClassName
{
border-color: #52CB2D;
}
</style>