Shades of Kelly Green #54BD2F
Tints of Kelly Green #54BD2F
RGB
CMYK
RGB Variations
Color information
#54BD2F (or 0x54BD2F) is known color: Kelly Green. HEX triplet: 54, BD and 2F. RGB value is (84,189,47). Sum of RGB (Red+Green+Blue) = 84+189+47=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BD2F is #AB42D0. Grayscale: #8D8D8D. Windows color (decimal): -11223761 or 3128660. OLE color: 3128660.
HSL color Cylindrical-coordinate representation of color #54BD2F: hue angle of 104.37º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54BD2F is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 47 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.26 |
| HSL | 104.37º | 0.6% | 0.46% | - |
| HSV(B) | 104.37º | 0.75% | 0.74% | - |
| XYZ | 22.37 | 38.49 | 8.94 | - |
| YUV | 141.42 | 74.71 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 47 | 0.56 | 0 | 0.75 | 0.26 | 104.37 | 0.6 | 0.46 |
| Hex | 54 | BD | 2F | 38 | 0 | 4B | 1A | 68 | 3C | 2E |
| Octal | 124 | 275 | 57 | 70 | 0 | 113 | 32 | 150 | 74 | 56 |
| Binary | 1010100 | 10111101 | 101111 | 111000 | 0 | 1001011 | 11010 | 1101000 | 111100 | 101110 |
Color Harmonies of #54BD2F
Complementary color
Monochromatic Colors of #54BD2F
Black with #54BD2F
Text Example
Text Example
White with #54BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BD2F; }
p { color: rgb(84,189,47); }
H1.HeaderClassName
{
color: #54BD2F;
}
.AnyTagClassName
{
color: #54BD2F;
}
</style>
background-color css
<style>
a { background-color: #54BD2F; }
a { background-color: rgb(84,189,47); }
div.DivClassName
{
background-color: #54BD2F;
}
.BgClassName
{
background-color: #54BD2F;
}
</style>
border-color css
<style>
span { border-color: #54BD2F; }
span { border-color: rgb(84,189,47); }
td.TdClassName
{
border-color: #54BD2F;
}
.TagClassName
{
border-color: #54BD2F;
}
</style>