Shades of Kelly Green #53B00E
Tints of Kelly Green #53B00E
RGB
CMYK
RGB Variations
Color information
#53B00E (or 0x53B00E) is known color: Kelly Green. HEX triplet: 53, B0 and 0E. RGB value is (83,176,14). Sum of RGB (Red+Green+Blue) = 83+176+14=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #53B00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B00E is #AC4FF1. Grayscale: #828282. Windows color (decimal): -11292658 or 962643. OLE color: 962643.
HSL color Cylindrical-coordinate representation of color #53B00E: hue angle of 94.44º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53B00E is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 14 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.31 |
| HSL | 94.44º | 0.85% | 0.37% | - |
| HSV(B) | 94.44º | 0.92% | 0.69% | - |
| XYZ | 19.17 | 32.92 | 5.76 | - |
| YUV | 129.73 | 62.69 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 14 | 0.53 | 0 | 0.92 | 0.31 | 94.44 | 0.85 | 0.37 |
| Hex | 53 | B0 | E | 35 | 0 | 5C | 1F | 5E | 55 | 25 |
| Octal | 123 | 260 | 16 | 65 | 0 | 134 | 37 | 136 | 125 | 45 |
| Binary | 1010011 | 10110000 | 1110 | 110101 | 0 | 1011100 | 11111 | 1011110 | 1010101 | 100101 |
Color Harmonies of #53B00E
Complementary color
Monochromatic Colors of #53B00E
Black with #53B00E
Text Example
Text Example
White with #53B00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B00E; }
p { color: rgb(83,176,14); }
H1.HeaderClassName
{
color: #53B00E;
}
.AnyTagClassName
{
color: #53B00E;
}
</style>
background-color css
<style>
a { background-color: #53B00E; }
a { background-color: rgb(83,176,14); }
div.DivClassName
{
background-color: #53B00E;
}
.BgClassName
{
background-color: #53B00E;
}
</style>
border-color css
<style>
span { border-color: #53B00E; }
span { border-color: rgb(83,176,14); }
td.TdClassName
{
border-color: #53B00E;
}
.TagClassName
{
border-color: #53B00E;
}
</style>