Shades of Kelly Green #53B528
Tints of Kelly Green #53B528
RGB
CMYK
RGB Variations
Color information
#53B528 (or 0x53B528) is known color: Kelly Green. HEX triplet: 53, B5 and 28. RGB value is (83,181,40). Sum of RGB (Red+Green+Blue) = 83+181+40=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #53B528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B528 is #AC4AD7. Grayscale: #888888. Windows color (decimal): -11291352 or 2667859. OLE color: 2667859.
HSL color Cylindrical-coordinate representation of color #53B528: hue angle of 101.7º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53B528 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 40 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.29 |
| HSL | 101.7º | 0.64% | 0.43% | - |
| HSV(B) | 101.7º | 0.78% | 0.71% | - |
| XYZ | 20.47 | 35.04 | 7.69 | - |
| YUV | 135.62 | 74.03 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 40 | 0.54 | 0 | 0.78 | 0.29 | 101.7 | 0.64 | 0.43 |
| Hex | 53 | B5 | 28 | 36 | 0 | 4E | 1D | 66 | 40 | 2B |
| Octal | 123 | 265 | 50 | 66 | 0 | 116 | 35 | 146 | 100 | 53 |
| Binary | 1010011 | 10110101 | 101000 | 110110 | 0 | 1001110 | 11101 | 1100110 | 1000000 | 101011 |
Color Harmonies of #53B528
Complementary color
Monochromatic Colors of #53B528
Black with #53B528
Text Example
Text Example
White with #53B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B528; }
p { color: rgb(83,181,40); }
H1.HeaderClassName
{
color: #53B528;
}
.AnyTagClassName
{
color: #53B528;
}
</style>
background-color css
<style>
a { background-color: #53B528; }
a { background-color: rgb(83,181,40); }
div.DivClassName
{
background-color: #53B528;
}
.BgClassName
{
background-color: #53B528;
}
</style>
border-color css
<style>
span { border-color: #53B528; }
span { border-color: rgb(83,181,40); }
td.TdClassName
{
border-color: #53B528;
}
.TagClassName
{
border-color: #53B528;
}
</style>