Shades of Kelly Green #52CC1B
Tints of Kelly Green #52CC1B
RGB
CMYK
RGB Variations
Color information
#52CC1B (or 0x52CC1B) is known color: Kelly Green. HEX triplet: 52, CC and 1B. RGB value is (82,204,27). Sum of RGB (Red+Green+Blue) = 82+204+27=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC1B is #AD33E4. Grayscale: #939393. Windows color (decimal): -11351013 or 1821778. OLE color: 1821778.
HSL color Cylindrical-coordinate representation of color #52CC1B: hue angle of 101.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52CC1B is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 27 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.2 |
| HSL | 101.36º | 0.77% | 0.45% | - |
| HSV(B) | 101.36º | 0.87% | 0.8% | - |
| XYZ | 25.27 | 45.06 | 8.4 | - |
| YUV | 147.34 | 60.08 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 27 | 0.60 | 0 | 0.87 | 0.2 | 101.36 | 0.77 | 0.45 |
| Hex | 52 | CC | 1B | 3C | 0 | 57 | 14 | 65 | 4D | 2D |
| Octal | 122 | 314 | 33 | 74 | 0 | 127 | 24 | 145 | 115 | 55 |
| Binary | 1010010 | 11001100 | 11011 | 111100 | 0 | 1010111 | 10100 | 1100101 | 1001101 | 101101 |
Color Harmonies of #52CC1B
Complementary color
Monochromatic Colors of #52CC1B
Black with #52CC1B
Text Example
Text Example
White with #52CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CC1B; }
p { color: rgb(82,204,27); }
H1.HeaderClassName
{
color: #52CC1B;
}
.AnyTagClassName
{
color: #52CC1B;
}
</style>
background-color css
<style>
a { background-color: #52CC1B; }
a { background-color: rgb(82,204,27); }
div.DivClassName
{
background-color: #52CC1B;
}
.BgClassName
{
background-color: #52CC1B;
}
</style>
border-color css
<style>
span { border-color: #52CC1B; }
span { border-color: rgb(82,204,27); }
td.TdClassName
{
border-color: #52CC1B;
}
.TagClassName
{
border-color: #52CC1B;
}
</style>