Shades of Kelly Green #55B125
Tints of Kelly Green #55B125
RGB
CMYK
RGB Variations
Color information
#55B125 (or 0x55B125) is known color: Kelly Green. HEX triplet: 55, B1 and 25. RGB value is (85,177,37). Sum of RGB (Red+Green+Blue) = 85+177+37=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #55B125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B125 is #AA4EDA. Grayscale: #868686. Windows color (decimal): -11161307 or 2470229. OLE color: 2470229.
HSL color Cylindrical-coordinate representation of color #55B125: hue angle of 99.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55B125 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 37 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.31 |
| HSL | 99.43º | 0.65% | 0.42% | - |
| HSV(B) | 99.43º | 0.79% | 0.69% | - |
| XYZ | 19.8 | 33.51 | 7.17 | - |
| YUV | 133.53 | 73.52 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 37 | 0.52 | 0 | 0.79 | 0.31 | 99.43 | 0.65 | 0.42 |
| Hex | 55 | B1 | 25 | 34 | 0 | 4F | 1F | 63 | 41 | 2A |
| Octal | 125 | 261 | 45 | 64 | 0 | 117 | 37 | 143 | 101 | 52 |
| Binary | 1010101 | 10110001 | 100101 | 110100 | 0 | 1001111 | 11111 | 1100011 | 1000001 | 101010 |
Color Harmonies of #55B125
Complementary color
Monochromatic Colors of #55B125
Black with #55B125
Text Example
Text Example
White with #55B125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B125; }
p { color: rgb(85,177,37); }
H1.HeaderClassName
{
color: #55B125;
}
.AnyTagClassName
{
color: #55B125;
}
</style>
background-color css
<style>
a { background-color: #55B125; }
a { background-color: rgb(85,177,37); }
div.DivClassName
{
background-color: #55B125;
}
.BgClassName
{
background-color: #55B125;
}
</style>
border-color css
<style>
span { border-color: #55B125; }
span { border-color: rgb(85,177,37); }
td.TdClassName
{
border-color: #55B125;
}
.TagClassName
{
border-color: #55B125;
}
</style>