Shades of Kelly Green #54D012
Tints of Kelly Green #54D012
RGB
CMYK
RGB Variations
Color information
#54D012 (or 0x54D012) is known color: Kelly Green. HEX triplet: 54, D0 and 12. RGB value is (84,208,18). Sum of RGB (Red+Green+Blue) = 84+208+18=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #54D012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54D012 is #AB2FED. Grayscale: #959595. Windows color (decimal): -11218926 or 1232980. OLE color: 1232980.
HSL color Cylindrical-coordinate representation of color #54D012: hue angle of 99.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54D012 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 208 | 18 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.18 |
| HSL | 99.16º | 0.84% | 0.44% | - |
| HSV(B) | 99.16º | 0.91% | 0.82% | - |
| XYZ | 26.32 | 47.04 | 8.26 | - |
| YUV | 149.26 | 53.92 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 208 | 18 | 0.60 | 0 | 0.91 | 0.18 | 99.16 | 0.84 | 0.44 |
| Hex | 54 | D0 | 12 | 3C | 0 | 5B | 12 | 63 | 54 | 2C |
| Octal | 124 | 320 | 22 | 74 | 0 | 133 | 22 | 143 | 124 | 54 |
| Binary | 1010100 | 11010000 | 10010 | 111100 | 0 | 1011011 | 10010 | 1100011 | 1010100 | 101100 |
Color Harmonies of #54D012
Complementary color
Monochromatic Colors of #54D012
Black with #54D012
Text Example
Text Example
White with #54D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D012; }
p { color: rgb(84,208,18); }
H1.HeaderClassName
{
color: #54D012;
}
.AnyTagClassName
{
color: #54D012;
}
</style>
background-color css
<style>
a { background-color: #54D012; }
a { background-color: rgb(84,208,18); }
div.DivClassName
{
background-color: #54D012;
}
.BgClassName
{
background-color: #54D012;
}
</style>
border-color css
<style>
span { border-color: #54D012; }
span { border-color: rgb(84,208,18); }
td.TdClassName
{
border-color: #54D012;
}
.TagClassName
{
border-color: #54D012;
}
</style>