Shades of Kelly Green #53A61A
Tints of Kelly Green #53A61A
RGB
CMYK
RGB Variations
Color information
#53A61A (or 0x53A61A) is known color: Kelly Green. HEX triplet: 53, A6 and 1A. RGB value is (83,166,26). Sum of RGB (Red+Green+Blue) = 83+166+26=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #53A61A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A61A is #AC59E5. Grayscale: #7D7D7D. Windows color (decimal): -11295206 or 1746515. OLE color: 1746515.
HSL color Cylindrical-coordinate representation of color #53A61A: hue angle of 95.57º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53A61A is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 26 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.35 |
| HSL | 95.57º | 0.73% | 0.38% | - |
| HSV(B) | 95.57º | 0.84% | 0.65% | - |
| XYZ | 17.39 | 29.19 | 5.69 | - |
| YUV | 125.22 | 72 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 26 | 0.50 | 0 | 0.84 | 0.35 | 95.57 | 0.73 | 0.38 |
| Hex | 53 | A6 | 1A | 32 | 0 | 54 | 23 | 60 | 49 | 26 |
| Octal | 123 | 246 | 32 | 62 | 0 | 124 | 43 | 140 | 111 | 46 |
| Binary | 1010011 | 10100110 | 11010 | 110010 | 0 | 1010100 | 100011 | 1100000 | 1001001 | 100110 |
Color Harmonies of #53A61A
Complementary color
Monochromatic Colors of #53A61A
Black with #53A61A
Text Example
Text Example
White with #53A61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A61A; }
p { color: rgb(83,166,26); }
H1.HeaderClassName
{
color: #53A61A;
}
.AnyTagClassName
{
color: #53A61A;
}
</style>
background-color css
<style>
a { background-color: #53A61A; }
a { background-color: rgb(83,166,26); }
div.DivClassName
{
background-color: #53A61A;
}
.BgClassName
{
background-color: #53A61A;
}
</style>
border-color css
<style>
span { border-color: #53A61A; }
span { border-color: rgb(83,166,26); }
td.TdClassName
{
border-color: #53A61A;
}
.TagClassName
{
border-color: #53A61A;
}
</style>