Shades of Kelly Green #55B425
Tints of Kelly Green #55B425
RGB
CMYK
RGB Variations
Color information
#55B425 (or 0x55B425) is known color: Kelly Green. HEX triplet: 55, B4 and 25. RGB value is (85,180,37). Sum of RGB (Red+Green+Blue) = 85+180+37=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #55B425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B425 is #AA4BDA. Grayscale: #878787. Windows color (decimal): -11160539 or 2470997. OLE color: 2470997.
HSL color Cylindrical-coordinate representation of color #55B425: hue angle of 99.86º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55B425 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 180 | 37 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.29 |
| HSL | 99.86º | 0.66% | 0.43% | - |
| HSV(B) | 99.86º | 0.79% | 0.71% | - |
| XYZ | 20.4 | 34.71 | 7.37 | - |
| YUV | 135.29 | 72.53 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 180 | 37 | 0.53 | 0 | 0.79 | 0.29 | 99.86 | 0.66 | 0.43 |
| Hex | 55 | B4 | 25 | 35 | 0 | 4F | 1D | 64 | 42 | 2B |
| Octal | 125 | 264 | 45 | 65 | 0 | 117 | 35 | 144 | 102 | 53 |
| Binary | 1010101 | 10110100 | 100101 | 110101 | 0 | 1001111 | 11101 | 1100100 | 1000010 | 101011 |
Color Harmonies of #55B425
Complementary color
Monochromatic Colors of #55B425
Black with #55B425
Text Example
Text Example
White with #55B425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B425; }
p { color: rgb(85,180,37); }
H1.HeaderClassName
{
color: #55B425;
}
.AnyTagClassName
{
color: #55B425;
}
</style>
background-color css
<style>
a { background-color: #55B425; }
a { background-color: rgb(85,180,37); }
div.DivClassName
{
background-color: #55B425;
}
.BgClassName
{
background-color: #55B425;
}
</style>
border-color css
<style>
span { border-color: #55B425; }
span { border-color: rgb(85,180,37); }
td.TdClassName
{
border-color: #55B425;
}
.TagClassName
{
border-color: #55B425;
}
</style>