Shades of Kelly Green #53B900
Tints of Kelly Green #53B900
RGB
CMYK
RGB Variations
Color information
#53B900 (or 0x53B900) is known color: Kelly Green. HEX triplet: 53, B9 and 00. RGB value is (83,185,0). Sum of RGB (Red+Green+Blue) = 83+185+0=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 185 (72.66% from 255 or 69.03% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 185 - color contains mainly: green. Hex color #53B900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53B900 is #AC46FF. Grayscale: #868686. Windows color (decimal): -11290368 or 47443. OLE color: 47443.
HSL color Cylindrical-coordinate representation of color #53B900: hue angle of 93.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53B900 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 185 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.27 |
| HSL | 93.08º | 1% | 0.36% | - |
| HSV(B) | 93.08º | 1% | 0.73% | - |
| XYZ | 20.92 | 36.54 | 5.95 | - |
| YUV | 133.41 | 52.71 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 0 | 0.55 | 0 | 1 | 0.27 | 93.08 | 1 | 0.36 |
| Hex | 53 | B9 | 0 | 37 | 0 | 64 | 1B | 5D | 64 | 24 |
| Octal | 123 | 271 | 0 | 67 | 0 | 144 | 33 | 135 | 144 | 44 |
| Binary | 1010011 | 10111001 | 0 | 110111 | 0 | 1100100 | 11011 | 1011101 | 1100100 | 100100 |
Color Harmonies of #53B900
Complementary color
Monochromatic Colors of #53B900
Black with #53B900
Text Example
Text Example
White with #53B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B900; }
p { color: rgb(83,185,0); }
H1.HeaderClassName
{
color: #53B900;
}
.AnyTagClassName
{
color: #53B900;
}
</style>
background-color css
<style>
a { background-color: #53B900; }
a { background-color: rgb(83,185,0); }
div.DivClassName
{
background-color: #53B900;
}
.BgClassName
{
background-color: #53B900;
}
</style>
border-color css
<style>
span { border-color: #53B900; }
span { border-color: rgb(83,185,0); }
td.TdClassName
{
border-color: #53B900;
}
.TagClassName
{
border-color: #53B900;
}
</style>