Shades of Kelly Green #53B31B
Tints of Kelly Green #53B31B
RGB
CMYK
RGB Variations
Color information
#53B31B (or 0x53B31B) is known color: Kelly Green. HEX triplet: 53, B3 and 1B. RGB value is (83,179,27). Sum of RGB (Red+Green+Blue) = 83+179+27=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #53B31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B31B is #AC4CE4. Grayscale: #858585. Windows color (decimal): -11291877 or 1815379. OLE color: 1815379.
HSL color Cylindrical-coordinate representation of color #53B31B: hue angle of 97.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53B31B is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 27 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.30 |
| HSL | 97.89º | 0.74% | 0.4% | - |
| HSV(B) | 97.89º | 0.85% | 0.7% | - |
| XYZ | 19.89 | 34.16 | 6.58 | - |
| YUV | 132.97 | 68.2 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 27 | 0.54 | 0 | 0.85 | 0.30 | 97.89 | 0.74 | 0.4 |
| Hex | 53 | B3 | 1B | 36 | 0 | 55 | 1E | 62 | 4A | 28 |
| Octal | 123 | 263 | 33 | 66 | 0 | 125 | 36 | 142 | 112 | 50 |
| Binary | 1010011 | 10110011 | 11011 | 110110 | 0 | 1010101 | 11110 | 1100010 | 1001010 | 101000 |
Color Harmonies of #53B31B
Complementary color
Monochromatic Colors of #53B31B
Black with #53B31B
Text Example
Text Example
White with #53B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B31B; }
p { color: rgb(83,179,27); }
H1.HeaderClassName
{
color: #53B31B;
}
.AnyTagClassName
{
color: #53B31B;
}
</style>
background-color css
<style>
a { background-color: #53B31B; }
a { background-color: rgb(83,179,27); }
div.DivClassName
{
background-color: #53B31B;
}
.BgClassName
{
background-color: #53B31B;
}
</style>
border-color css
<style>
span { border-color: #53B31B; }
span { border-color: rgb(83,179,27); }
td.TdClassName
{
border-color: #53B31B;
}
.TagClassName
{
border-color: #53B31B;
}
</style>