Shades of Kelly Green #53D231
Tints of Kelly Green #53D231
RGB
CMYK
RGB Variations
Color information
#53D231 (or 0x53D231) is known color: Kelly Green. HEX triplet: 53, D2 and 31. RGB value is (83,210,49). Sum of RGB (Red+Green+Blue) = 83+210+49=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #53D231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D231 is #AC2DCE. Grayscale: #9A9A9A. Windows color (decimal): -11283919 or 3265107. OLE color: 3265107.
HSL color Cylindrical-coordinate representation of color #53D231: hue angle of 107.33º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53D231 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 49 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.18 |
| HSL | 107.33º | 0.64% | 0.51% | - |
| HSV(B) | 107.33º | 0.77% | 0.82% | - |
| XYZ | 27.17 | 48.15 | 10.77 | - |
| YUV | 153.67 | 68.92 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 49 | 0.60 | 0 | 0.77 | 0.18 | 107.33 | 0.64 | 0.51 |
| Hex | 53 | D2 | 31 | 3C | 0 | 4D | 12 | 6B | 40 | 33 |
| Octal | 123 | 322 | 61 | 74 | 0 | 115 | 22 | 153 | 100 | 63 |
| Binary | 1010011 | 11010010 | 110001 | 111100 | 0 | 1001101 | 10010 | 1101011 | 1000000 | 110011 |
Color Harmonies of #53D231
Complementary color
Monochromatic Colors of #53D231
Black with #53D231
Text Example
Text Example
White with #53D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D231; }
p { color: rgb(83,210,49); }
H1.HeaderClassName
{
color: #53D231;
}
.AnyTagClassName
{
color: #53D231;
}
</style>
background-color css
<style>
a { background-color: #53D231; }
a { background-color: rgb(83,210,49); }
div.DivClassName
{
background-color: #53D231;
}
.BgClassName
{
background-color: #53D231;
}
</style>
border-color css
<style>
span { border-color: #53D231; }
span { border-color: rgb(83,210,49); }
td.TdClassName
{
border-color: #53D231;
}
.TagClassName
{
border-color: #53D231;
}
</style>