Shades of Kelly Green #53B525
Tints of Kelly Green #53B525
RGB
CMYK
RGB Variations
Color information
#53B525 (or 0x53B525) is known color: Kelly Green. HEX triplet: 53, B5 and 25. RGB value is (83,181,37). Sum of RGB (Red+Green+Blue) = 83+181+37=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #53B525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B525 is #AC4ADA. Grayscale: #878787. Windows color (decimal): -11291355 or 2471251. OLE color: 2471251.
HSL color Cylindrical-coordinate representation of color #53B525: hue angle of 100.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53B525 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 37 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.29 |
| HSL | 100.83º | 0.66% | 0.43% | - |
| HSV(B) | 100.83º | 0.8% | 0.71% | - |
| XYZ | 20.43 | 35.02 | 7.43 | - |
| YUV | 135.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 37 | 0.54 | 0 | 0.80 | 0.29 | 100.83 | 0.66 | 0.43 |
| Hex | 53 | B5 | 25 | 36 | 0 | 50 | 1D | 65 | 42 | 2B |
| Octal | 123 | 265 | 45 | 66 | 0 | 120 | 35 | 145 | 102 | 53 |
| Binary | 1010011 | 10110101 | 100101 | 110110 | 0 | 1010000 | 11101 | 1100101 | 1000010 | 101011 |
Color Harmonies of #53B525
Complementary color
Monochromatic Colors of #53B525
Black with #53B525
Text Example
Text Example
White with #53B525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B525; }
p { color: rgb(83,181,37); }
H1.HeaderClassName
{
color: #53B525;
}
.AnyTagClassName
{
color: #53B525;
}
</style>
background-color css
<style>
a { background-color: #53B525; }
a { background-color: rgb(83,181,37); }
div.DivClassName
{
background-color: #53B525;
}
.BgClassName
{
background-color: #53B525;
}
</style>
border-color css
<style>
span { border-color: #53B525; }
span { border-color: rgb(83,181,37); }
td.TdClassName
{
border-color: #53B525;
}
.TagClassName
{
border-color: #53B525;
}
</style>