Shades of Kelly Green #53AF26
Tints of Kelly Green #53AF26
RGB
CMYK
RGB Variations
Color information
#53AF26 (or 0x53AF26) is known color: Kelly Green. HEX triplet: 53, AF and 26. RGB value is (83,175,38). Sum of RGB (Red+Green+Blue) = 83+175+38=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF26 is #AC50D9. Grayscale: #848484. Windows color (decimal): -11292890 or 2535251. OLE color: 2535251.
HSL color Cylindrical-coordinate representation of color #53AF26: hue angle of 100.29º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53AF26 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 38 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.31 |
| HSL | 100.29º | 0.64% | 0.42% | - |
| HSV(B) | 100.29º | 0.78% | 0.69% | - |
| XYZ | 19.25 | 32.64 | 7.12 | - |
| YUV | 131.87 | 75.02 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 38 | 0.53 | 0 | 0.78 | 0.31 | 100.29 | 0.64 | 0.42 |
| Hex | 53 | AF | 26 | 35 | 0 | 4E | 1F | 64 | 40 | 2A |
| Octal | 123 | 257 | 46 | 65 | 0 | 116 | 37 | 144 | 100 | 52 |
| Binary | 1010011 | 10101111 | 100110 | 110101 | 0 | 1001110 | 11111 | 1100100 | 1000000 | 101010 |
Color Harmonies of #53AF26
Complementary color
Monochromatic Colors of #53AF26
Black with #53AF26
Text Example
Text Example
White with #53AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF26; }
p { color: rgb(83,175,38); }
H1.HeaderClassName
{
color: #53AF26;
}
.AnyTagClassName
{
color: #53AF26;
}
</style>
background-color css
<style>
a { background-color: #53AF26; }
a { background-color: rgb(83,175,38); }
div.DivClassName
{
background-color: #53AF26;
}
.BgClassName
{
background-color: #53AF26;
}
</style>
border-color css
<style>
span { border-color: #53AF26; }
span { border-color: rgb(83,175,38); }
td.TdClassName
{
border-color: #53AF26;
}
.TagClassName
{
border-color: #53AF26;
}
</style>