Shades of Kelly Green #54DC2B
Tints of Kelly Green #54DC2B
RGB
CMYK
RGB Variations
Color information
#54DC2B (or 0x54DC2B) is known color: Kelly Green. HEX triplet: 54, DC and 2B. RGB value is (84,220,43). Sum of RGB (Red+Green+Blue) = 84+220+43=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DC2B is #AB23D4. Grayscale: #9F9F9F. Windows color (decimal): -11215829 or 2874452. OLE color: 2874452.
HSL color Cylindrical-coordinate representation of color #54DC2B: hue angle of 106.1º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54DC2B is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 43 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.14 |
| HSL | 106.1º | 0.72% | 0.52% | - |
| HSV(B) | 106.1º | 0.8% | 0.86% | - |
| XYZ | 29.69 | 53.25 | 11 | - |
| YUV | 159.16 | 62.44 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 43 | 0.62 | 0 | 0.80 | 0.14 | 106.1 | 0.72 | 0.52 |
| Hex | 54 | DC | 2B | 3E | 0 | 50 | E | 6A | 48 | 34 |
| Octal | 124 | 334 | 53 | 76 | 0 | 120 | 16 | 152 | 110 | 64 |
| Binary | 1010100 | 11011100 | 101011 | 111110 | 0 | 1010000 | 1110 | 1101010 | 1001000 | 110100 |
Color Harmonies of #54DC2B
Complementary color
Monochromatic Colors of #54DC2B
Black with #54DC2B
Text Example
Text Example
White with #54DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC2B; }
p { color: rgb(84,220,43); }
H1.HeaderClassName
{
color: #54DC2B;
}
.AnyTagClassName
{
color: #54DC2B;
}
</style>
background-color css
<style>
a { background-color: #54DC2B; }
a { background-color: rgb(84,220,43); }
div.DivClassName
{
background-color: #54DC2B;
}
.BgClassName
{
background-color: #54DC2B;
}
</style>
border-color css
<style>
span { border-color: #54DC2B; }
span { border-color: rgb(84,220,43); }
td.TdClassName
{
border-color: #54DC2B;
}
.TagClassName
{
border-color: #54DC2B;
}
</style>