Shades of Kelly Green #53B70A
Tints of Kelly Green #53B70A
RGB
CMYK
RGB Variations
Color information
#53B70A (or 0x53B70A) is known color: Kelly Green. HEX triplet: 53, B7 and 0A. RGB value is (83,183,10). Sum of RGB (Red+Green+Blue) = 83+183+10=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #53B70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53B70A is #AC48F5. Grayscale: #858585. Windows color (decimal): -11290870 or 702291. OLE color: 702291.
HSL color Cylindrical-coordinate representation of color #53B70A: hue angle of 94.68º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53B70A is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 183 | 10 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.28 |
| HSL | 94.68º | 0.9% | 0.38% | - |
| HSV(B) | 94.68º | 0.95% | 0.72% | - |
| XYZ | 20.56 | 35.73 | 6.1 | - |
| YUV | 133.38 | 58.37 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 10 | 0.55 | 0 | 0.95 | 0.28 | 94.68 | 0.9 | 0.38 |
| Hex | 53 | B7 | A | 37 | 0 | 5F | 1C | 5F | 5A | 26 |
| Octal | 123 | 267 | 12 | 67 | 0 | 137 | 34 | 137 | 132 | 46 |
| Binary | 1010011 | 10110111 | 1010 | 110111 | 0 | 1011111 | 11100 | 1011111 | 1011010 | 100110 |
Color Harmonies of #53B70A
Complementary color
Monochromatic Colors of #53B70A
Black with #53B70A
Text Example
Text Example
White with #53B70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B70A; }
p { color: rgb(83,183,10); }
H1.HeaderClassName
{
color: #53B70A;
}
.AnyTagClassName
{
color: #53B70A;
}
</style>
background-color css
<style>
a { background-color: #53B70A; }
a { background-color: rgb(83,183,10); }
div.DivClassName
{
background-color: #53B70A;
}
.BgClassName
{
background-color: #53B70A;
}
</style>
border-color css
<style>
span { border-color: #53B70A; }
span { border-color: rgb(83,183,10); }
td.TdClassName
{
border-color: #53B70A;
}
.TagClassName
{
border-color: #53B70A;
}
</style>