Shades of Kelly Green #54BD0D
Tints of Kelly Green #54BD0D
RGB
CMYK
RGB Variations
Color information
#54BD0D (or 0x54BD0D) is known color: Kelly Green. HEX triplet: 54, BD and 0D. RGB value is (84,189,13). Sum of RGB (Red+Green+Blue) = 84+189+13=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54BD0D is #AB42F2. Grayscale: #8A8A8A. Windows color (decimal): -11223795 or 900436. OLE color: 900436.
HSL color Cylindrical-coordinate representation of color #54BD0D: hue angle of 95.8º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54BD0D is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 13 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.26 |
| HSL | 95.8º | 0.87% | 0.4% | - |
| HSV(B) | 95.8º | 0.93% | 0.74% | - |
| XYZ | 21.93 | 38.31 | 6.62 | - |
| YUV | 137.54 | 57.71 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 13 | 0.56 | 0 | 0.93 | 0.26 | 95.8 | 0.87 | 0.4 |
| Hex | 54 | BD | D | 38 | 0 | 5D | 1A | 60 | 57 | 28 |
| Octal | 124 | 275 | 15 | 70 | 0 | 135 | 32 | 140 | 127 | 50 |
| Binary | 1010100 | 10111101 | 1101 | 111000 | 0 | 1011101 | 11010 | 1100000 | 1010111 | 101000 |
Color Harmonies of #54BD0D
Complementary color
Monochromatic Colors of #54BD0D
Black with #54BD0D
Text Example
Text Example
White with #54BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BD0D; }
p { color: rgb(84,189,13); }
H1.HeaderClassName
{
color: #54BD0D;
}
.AnyTagClassName
{
color: #54BD0D;
}
</style>
background-color css
<style>
a { background-color: #54BD0D; }
a { background-color: rgb(84,189,13); }
div.DivClassName
{
background-color: #54BD0D;
}
.BgClassName
{
background-color: #54BD0D;
}
</style>
border-color css
<style>
span { border-color: #54BD0D; }
span { border-color: rgb(84,189,13); }
td.TdClassName
{
border-color: #54BD0D;
}
.TagClassName
{
border-color: #54BD0D;
}
</style>