Shades of Kelly Green #54E014
Tints of Kelly Green #54E014
RGB
CMYK
RGB Variations
Color information
#54E014 (or 0x54E014) is known color: Kelly Green. HEX triplet: 54, E0 and 14. RGB value is (84,224,20). Sum of RGB (Red+Green+Blue) = 84+224+20=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 224 (87.89% from 255 or 68.29% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 224 - color contains mainly: green. Hex color #54E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54E014 is #AB1FEB. Grayscale: #9F9F9F. Windows color (decimal): -11214828 or 1368148. OLE color: 1368148.
HSL color Cylindrical-coordinate representation of color #54E014: hue angle of 101.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54E014 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 224 | 20 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.12 |
| HSL | 101.18º | 0.84% | 0.48% | - |
| HSV(B) | 101.18º | 0.91% | 0.88% | - |
| XYZ | 30.44 | 55.25 | 9.72 | - |
| YUV | 158.88 | 49.62 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 20 | 0.62 | 0 | 0.91 | 0.12 | 101.18 | 0.84 | 0.48 |
| Hex | 54 | E0 | 14 | 3E | 0 | 5B | C | 65 | 54 | 30 |
| Octal | 124 | 340 | 24 | 76 | 0 | 133 | 14 | 145 | 124 | 60 |
| Binary | 1010100 | 11100000 | 10100 | 111110 | 0 | 1011011 | 1100 | 1100101 | 1010100 | 110000 |
Color Harmonies of #54E014
Complementary color
Monochromatic Colors of #54E014
Black with #54E014
Text Example
Text Example
White with #54E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E014; }
p { color: rgb(84,224,20); }
H1.HeaderClassName
{
color: #54E014;
}
.AnyTagClassName
{
color: #54E014;
}
</style>
background-color css
<style>
a { background-color: #54E014; }
a { background-color: rgb(84,224,20); }
div.DivClassName
{
background-color: #54E014;
}
.BgClassName
{
background-color: #54E014;
}
</style>
border-color css
<style>
span { border-color: #54E014; }
span { border-color: rgb(84,224,20); }
td.TdClassName
{
border-color: #54E014;
}
.TagClassName
{
border-color: #54E014;
}
</style>