Shades of Kelly Green #53AF25
Tints of Kelly Green #53AF25
RGB
CMYK
RGB Variations
Color information
#53AF25 (or 0x53AF25) is known color: Kelly Green. HEX triplet: 53, AF and 25. RGB value is (83,175,37). Sum of RGB (Red+Green+Blue) = 83+175+37=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF25 is #AC50DA. Grayscale: #848484. Windows color (decimal): -11292891 or 2469715. OLE color: 2469715.
HSL color Cylindrical-coordinate representation of color #53AF25: hue angle of 100º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53AF25 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 37 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.31 |
| HSL | 100º | 0.65% | 0.42% | - |
| HSV(B) | 100º | 0.79% | 0.69% | - |
| XYZ | 19.23 | 32.63 | 7.04 | - |
| YUV | 131.76 | 74.52 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 37 | 0.53 | 0 | 0.79 | 0.31 | 100 | 0.65 | 0.42 |
| Hex | 53 | AF | 25 | 35 | 0 | 4F | 1F | 64 | 41 | 2A |
| Octal | 123 | 257 | 45 | 65 | 0 | 117 | 37 | 144 | 101 | 52 |
| Binary | 1010011 | 10101111 | 100101 | 110101 | 0 | 1001111 | 11111 | 1100100 | 1000001 | 101010 |
Color Harmonies of #53AF25
Complementary color
Monochromatic Colors of #53AF25
Black with #53AF25
Text Example
Text Example
White with #53AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF25; }
p { color: rgb(83,175,37); }
H1.HeaderClassName
{
color: #53AF25;
}
.AnyTagClassName
{
color: #53AF25;
}
</style>
background-color css
<style>
a { background-color: #53AF25; }
a { background-color: rgb(83,175,37); }
div.DivClassName
{
background-color: #53AF25;
}
.BgClassName
{
background-color: #53AF25;
}
</style>
border-color css
<style>
span { border-color: #53AF25; }
span { border-color: rgb(83,175,37); }
td.TdClassName
{
border-color: #53AF25;
}
.TagClassName
{
border-color: #53AF25;
}
</style>