Shades of Kelly Green #52BE2A
Tints of Kelly Green #52BE2A
RGB
CMYK
RGB Variations
Color information
#52BE2A (or 0x52BE2A) is known color: Kelly Green. HEX triplet: 52, BE and 2A. RGB value is (82,190,42). Sum of RGB (Red+Green+Blue) = 82+190+42=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 190 (74.61% from 255 or 60.51% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE2A is #AD41D5. Grayscale: #8D8D8D. Windows color (decimal): -11354582 or 2801234. OLE color: 2801234.
HSL color Cylindrical-coordinate representation of color #52BE2A: hue angle of 103.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52BE2A is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 42 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.25 |
| HSL | 103.78º | 0.64% | 0.45% | - |
| HSV(B) | 103.78º | 0.78% | 0.75% | - |
| XYZ | 22.31 | 38.79 | 8.5 | - |
| YUV | 140.84 | 72.22 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 42 | 0.57 | 0 | 0.78 | 0.25 | 103.78 | 0.64 | 0.45 |
| Hex | 52 | BE | 2A | 39 | 0 | 4E | 19 | 68 | 40 | 2D |
| Octal | 122 | 276 | 52 | 71 | 0 | 116 | 31 | 150 | 100 | 55 |
| Binary | 1010010 | 10111110 | 101010 | 111001 | 0 | 1001110 | 11001 | 1101000 | 1000000 | 101101 |
Color Harmonies of #52BE2A
Complementary color
Monochromatic Colors of #52BE2A
Black with #52BE2A
Text Example
Text Example
White with #52BE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE2A; }
p { color: rgb(82,190,42); }
H1.HeaderClassName
{
color: #52BE2A;
}
.AnyTagClassName
{
color: #52BE2A;
}
</style>
background-color css
<style>
a { background-color: #52BE2A; }
a { background-color: rgb(82,190,42); }
div.DivClassName
{
background-color: #52BE2A;
}
.BgClassName
{
background-color: #52BE2A;
}
</style>
border-color css
<style>
span { border-color: #52BE2A; }
span { border-color: rgb(82,190,42); }
td.TdClassName
{
border-color: #52BE2A;
}
.TagClassName
{
border-color: #52BE2A;
}
</style>