Shades of Kelly Green #54DC13
Tints of Kelly Green #54DC13
RGB
CMYK
RGB Variations
Color information
#54DC13 (or 0x54DC13) is known color: Kelly Green. HEX triplet: 54, DC and 13. RGB value is (84,220,19). Sum of RGB (Red+Green+Blue) = 84+220+19=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 220 (86.33% from 255 or 68.11% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54DC13 is #AB23EC. Grayscale: #9D9D9D. Windows color (decimal): -11215853 or 1301588. OLE color: 1301588.
HSL color Cylindrical-coordinate representation of color #54DC13: hue angle of 100.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54DC13 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 19 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.14 |
| HSL | 100.6º | 0.84% | 0.47% | - |
| HSV(B) | 100.6º | 0.91% | 0.86% | - |
| XYZ | 29.37 | 53.12 | 9.32 | - |
| YUV | 156.42 | 50.44 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 19 | 0.62 | 0 | 0.91 | 0.14 | 100.6 | 0.84 | 0.47 |
| Hex | 54 | DC | 13 | 3E | 0 | 5B | E | 65 | 54 | 2F |
| Octal | 124 | 334 | 23 | 76 | 0 | 133 | 16 | 145 | 124 | 57 |
| Binary | 1010100 | 11011100 | 10011 | 111110 | 0 | 1011011 | 1110 | 1100101 | 1010100 | 101111 |
Color Harmonies of #54DC13
Complementary color
Monochromatic Colors of #54DC13
Black with #54DC13
Text Example
Text Example
White with #54DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC13; }
p { color: rgb(84,220,19); }
H1.HeaderClassName
{
color: #54DC13;
}
.AnyTagClassName
{
color: #54DC13;
}
</style>
background-color css
<style>
a { background-color: #54DC13; }
a { background-color: rgb(84,220,19); }
div.DivClassName
{
background-color: #54DC13;
}
.BgClassName
{
background-color: #54DC13;
}
</style>
border-color css
<style>
span { border-color: #54DC13; }
span { border-color: rgb(84,220,19); }
td.TdClassName
{
border-color: #54DC13;
}
.TagClassName
{
border-color: #54DC13;
}
</style>