Shades of Kelly Green #54BA32
Tints of Kelly Green #54BA32
RGB
CMYK
RGB Variations
Color information
#54BA32 (or 0x54BA32) is known color: Kelly Green. HEX triplet: 54, BA and 32. RGB value is (84,186,50). Sum of RGB (Red+Green+Blue) = 84+186+50=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BA32 is #AB45CD. Grayscale: #8C8C8C. Windows color (decimal): -11224526 or 3324500. OLE color: 3324500.
HSL color Cylindrical-coordinate representation of color #54BA32: hue angle of 105º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54BA32 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 50 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.27 |
| HSL | 105º | 0.58% | 0.46% | - |
| HSV(B) | 105º | 0.73% | 0.73% | - |
| XYZ | 21.79 | 37.23 | 9.06 | - |
| YUV | 140 | 77.21 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 50 | 0.55 | 0 | 0.73 | 0.27 | 105 | 0.58 | 0.46 |
| Hex | 54 | BA | 32 | 37 | 0 | 49 | 1B | 69 | 3A | 2E |
| Octal | 124 | 272 | 62 | 67 | 0 | 111 | 33 | 151 | 72 | 56 |
| Binary | 1010100 | 10111010 | 110010 | 110111 | 0 | 1001001 | 11011 | 1101001 | 111010 | 101110 |
Color Harmonies of #54BA32
Complementary color
Monochromatic Colors of #54BA32
Black with #54BA32
Text Example
Text Example
White with #54BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA32; }
p { color: rgb(84,186,50); }
H1.HeaderClassName
{
color: #54BA32;
}
.AnyTagClassName
{
color: #54BA32;
}
</style>
background-color css
<style>
a { background-color: #54BA32; }
a { background-color: rgb(84,186,50); }
div.DivClassName
{
background-color: #54BA32;
}
.BgClassName
{
background-color: #54BA32;
}
</style>
border-color css
<style>
span { border-color: #54BA32; }
span { border-color: rgb(84,186,50); }
td.TdClassName
{
border-color: #54BA32;
}
.TagClassName
{
border-color: #54BA32;
}
</style>