Shades of Kelly Green #54BD2A
Tints of Kelly Green #54BD2A
RGB
CMYK
RGB Variations
Color information
#54BD2A (or 0x54BD2A) is known color: Kelly Green. HEX triplet: 54, BD and 2A. RGB value is (84,189,42). Sum of RGB (Red+Green+Blue) = 84+189+42=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BD2A is #AB42D5. Grayscale: #8D8D8D. Windows color (decimal): -11223766 or 2800980. OLE color: 2800980.
HSL color Cylindrical-coordinate representation of color #54BD2A: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54BD2A is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 42 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.26 |
| HSL | 102.86º | 0.64% | 0.45% | - |
| HSV(B) | 102.86º | 0.78% | 0.74% | - |
| XYZ | 22.27 | 38.45 | 8.44 | - |
| YUV | 140.85 | 72.21 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 42 | 0.56 | 0 | 0.78 | 0.26 | 102.86 | 0.64 | 0.45 |
| Hex | 54 | BD | 2A | 38 | 0 | 4E | 1A | 67 | 40 | 2D |
| Octal | 124 | 275 | 52 | 70 | 0 | 116 | 32 | 147 | 100 | 55 |
| Binary | 1010100 | 10111101 | 101010 | 111000 | 0 | 1001110 | 11010 | 1100111 | 1000000 | 101101 |
Color Harmonies of #54BD2A
Complementary color
Monochromatic Colors of #54BD2A
Black with #54BD2A
Text Example
Text Example
White with #54BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BD2A; }
p { color: rgb(84,189,42); }
H1.HeaderClassName
{
color: #54BD2A;
}
.AnyTagClassName
{
color: #54BD2A;
}
</style>
background-color css
<style>
a { background-color: #54BD2A; }
a { background-color: rgb(84,189,42); }
div.DivClassName
{
background-color: #54BD2A;
}
.BgClassName
{
background-color: #54BD2A;
}
</style>
border-color css
<style>
span { border-color: #54BD2A; }
span { border-color: rgb(84,189,42); }
td.TdClassName
{
border-color: #54BD2A;
}
.TagClassName
{
border-color: #54BD2A;
}
</style>