Shades of Kelly Green #53D01D
Tints of Kelly Green #53D01D
RGB
CMYK
RGB Variations
Color information
#53D01D (or 0x53D01D) is known color: Kelly Green. HEX triplet: 53, D0 and 1D. RGB value is (83,208,29). Sum of RGB (Red+Green+Blue) = 83+208+29=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #53D01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D01D is #AC2FE2. Grayscale: #969696. Windows color (decimal): -11284451 or 1953875. OLE color: 1953875.
HSL color Cylindrical-coordinate representation of color #53D01D: hue angle of 101.9º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53D01D is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 29 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.18 |
| HSL | 101.9º | 0.76% | 0.46% | - |
| HSV(B) | 101.9º | 0.86% | 0.82% | - |
| XYZ | 26.34 | 47.04 | 8.85 | - |
| YUV | 150.22 | 59.59 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 29 | 0.60 | 0 | 0.86 | 0.18 | 101.9 | 0.76 | 0.46 |
| Hex | 53 | D0 | 1D | 3C | 0 | 56 | 12 | 66 | 4C | 2E |
| Octal | 123 | 320 | 35 | 74 | 0 | 126 | 22 | 146 | 114 | 56 |
| Binary | 1010011 | 11010000 | 11101 | 111100 | 0 | 1010110 | 10010 | 1100110 | 1001100 | 101110 |
Color Harmonies of #53D01D
Complementary color
Monochromatic Colors of #53D01D
Black with #53D01D
Text Example
Text Example
White with #53D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D01D; }
p { color: rgb(83,208,29); }
H1.HeaderClassName
{
color: #53D01D;
}
.AnyTagClassName
{
color: #53D01D;
}
</style>
background-color css
<style>
a { background-color: #53D01D; }
a { background-color: rgb(83,208,29); }
div.DivClassName
{
background-color: #53D01D;
}
.BgClassName
{
background-color: #53D01D;
}
</style>
border-color css
<style>
span { border-color: #53D01D; }
span { border-color: rgb(83,208,29); }
td.TdClassName
{
border-color: #53D01D;
}
.TagClassName
{
border-color: #53D01D;
}
</style>