Shades of Kelly Green #53B401
Tints of Kelly Green #53B401
RGB
CMYK
RGB Variations
Color information
#53B401 (or 0x53B401) is known color: Kelly Green. HEX triplet: 53, B4 and 01. RGB value is (83,180,1). Sum of RGB (Red+Green+Blue) = 83+180+1=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 180 (70.70% from 255 or 68.18% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 180 - color contains mainly: green. Hex color #53B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53B401 is #AC4BFE. Grayscale: #838383. Windows color (decimal): -11291647 or 111699. OLE color: 111699.
HSL color Cylindrical-coordinate representation of color #53B401: hue angle of 92.51º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53B401 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 180 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.29 |
| HSL | 92.51º | 0.99% | 0.35% | - |
| HSV(B) | 92.51º | 0.99% | 0.71% | - |
| XYZ | 19.89 | 34.48 | 5.64 | - |
| YUV | 130.59 | 54.86 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 180 | 1 | 0.54 | 0 | 0.99 | 0.29 | 92.51 | 0.99 | 0.35 |
| Hex | 53 | B4 | 1 | 36 | 0 | 63 | 1D | 5D | 63 | 23 |
| Octal | 123 | 264 | 1 | 66 | 0 | 143 | 35 | 135 | 143 | 43 |
| Binary | 1010011 | 10110100 | 1 | 110110 | 0 | 1100011 | 11101 | 1011101 | 1100011 | 100011 |
Color Harmonies of #53B401
Complementary color
Monochromatic Colors of #53B401
Black with #53B401
Text Example
Text Example
White with #53B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B401; }
p { color: rgb(83,180,1); }
H1.HeaderClassName
{
color: #53B401;
}
.AnyTagClassName
{
color: #53B401;
}
</style>
background-color css
<style>
a { background-color: #53B401; }
a { background-color: rgb(83,180,1); }
div.DivClassName
{
background-color: #53B401;
}
.BgClassName
{
background-color: #53B401;
}
</style>
border-color css
<style>
span { border-color: #53B401; }
span { border-color: rgb(83,180,1); }
td.TdClassName
{
border-color: #53B401;
}
.TagClassName
{
border-color: #53B401;
}
</style>