Shades of Kelly Green #54AB14
Tints of Kelly Green #54AB14
RGB
CMYK
RGB Variations
Color information
#54AB14 (or 0x54AB14) is known color: Kelly Green. HEX triplet: 54, AB and 14. RGB value is (84,171,20). Sum of RGB (Red+Green+Blue) = 84+171+20=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54AB14 is #AB54EB. Grayscale: #808080. Windows color (decimal): -11228396 or 1354580. OLE color: 1354580.
HSL color Cylindrical-coordinate representation of color #54AB14: hue angle of 94.57º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54AB14 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 20 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.33 |
| HSL | 94.57º | 0.79% | 0.37% | - |
| HSV(B) | 94.57º | 0.88% | 0.67% | - |
| XYZ | 18.35 | 31.06 | 5.69 | - |
| YUV | 127.77 | 67.18 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 20 | 0.51 | 0 | 0.88 | 0.33 | 94.57 | 0.79 | 0.37 |
| Hex | 54 | AB | 14 | 33 | 0 | 58 | 21 | 5F | 4F | 25 |
| Octal | 124 | 253 | 24 | 63 | 0 | 130 | 41 | 137 | 117 | 45 |
| Binary | 1010100 | 10101011 | 10100 | 110011 | 0 | 1011000 | 100001 | 1011111 | 1001111 | 100101 |
Color Harmonies of #54AB14
Complementary color
Monochromatic Colors of #54AB14
Black with #54AB14
Text Example
Text Example
White with #54AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB14; }
p { color: rgb(84,171,20); }
H1.HeaderClassName
{
color: #54AB14;
}
.AnyTagClassName
{
color: #54AB14;
}
</style>
background-color css
<style>
a { background-color: #54AB14; }
a { background-color: rgb(84,171,20); }
div.DivClassName
{
background-color: #54AB14;
}
.BgClassName
{
background-color: #54AB14;
}
</style>
border-color css
<style>
span { border-color: #54AB14; }
span { border-color: rgb(84,171,20); }
td.TdClassName
{
border-color: #54AB14;
}
.TagClassName
{
border-color: #54AB14;
}
</style>