Shades of Kelly Green #54E125
Tints of Kelly Green #54E125
RGB
CMYK
RGB Variations
Color information
#54E125 (or 0x54E125) is known color: Kelly Green. HEX triplet: 54, E1 and 25. RGB value is (84,225,37). Sum of RGB (Red+Green+Blue) = 84+225+37=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #54E125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54E125 is #AB1EDA. Grayscale: #A2A2A2. Windows color (decimal): -11214555 or 2482516. OLE color: 2482516.
HSL color Cylindrical-coordinate representation of color #54E125: hue angle of 105º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54E125 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 37 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.12 |
| HSL | 105º | 0.76% | 0.51% | - |
| HSV(B) | 105º | 0.84% | 0.88% | - |
| XYZ | 30.92 | 55.87 | 10.9 | - |
| YUV | 161.41 | 57.79 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 37 | 0.63 | 0 | 0.84 | 0.12 | 105 | 0.76 | 0.51 |
| Hex | 54 | E1 | 25 | 3F | 0 | 54 | C | 69 | 4C | 33 |
| Octal | 124 | 341 | 45 | 77 | 0 | 124 | 14 | 151 | 114 | 63 |
| Binary | 1010100 | 11100001 | 100101 | 111111 | 0 | 1010100 | 1100 | 1101001 | 1001100 | 110011 |
Color Harmonies of #54E125
Complementary color
Monochromatic Colors of #54E125
Black with #54E125
Text Example
Text Example
White with #54E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E125; }
p { color: rgb(84,225,37); }
H1.HeaderClassName
{
color: #54E125;
}
.AnyTagClassName
{
color: #54E125;
}
</style>
background-color css
<style>
a { background-color: #54E125; }
a { background-color: rgb(84,225,37); }
div.DivClassName
{
background-color: #54E125;
}
.BgClassName
{
background-color: #54E125;
}
</style>
border-color css
<style>
span { border-color: #54E125; }
span { border-color: rgb(84,225,37); }
td.TdClassName
{
border-color: #54E125;
}
.TagClassName
{
border-color: #54E125;
}
</style>