Shades of Kelly Green #55B01D
Tints of Kelly Green #55B01D
RGB
CMYK
RGB Variations
Color information
#55B01D (or 0x55B01D) is known color: Kelly Green. HEX triplet: 55, B0 and 1D. RGB value is (85,176,29). Sum of RGB (Red+Green+Blue) = 85+176+29=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 176 (69.14% from 255 or 60.69% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 176 - color contains mainly: green. Hex color #55B01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B01D is #AA4FE2. Grayscale: #848484. Windows color (decimal): -11161571 or 1945685. OLE color: 1945685.
HSL color Cylindrical-coordinate representation of color #55B01D: hue angle of 97.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55B01D is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 176 | 29 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.31 |
| HSL | 97.14º | 0.72% | 0.4% | - |
| HSV(B) | 97.14º | 0.84% | 0.69% | - |
| XYZ | 19.49 | 33.07 | 6.52 | - |
| YUV | 132.03 | 69.85 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 29 | 0.52 | 0 | 0.84 | 0.31 | 97.14 | 0.72 | 0.4 |
| Hex | 55 | B0 | 1D | 34 | 0 | 54 | 1F | 61 | 48 | 28 |
| Octal | 125 | 260 | 35 | 64 | 0 | 124 | 37 | 141 | 110 | 50 |
| Binary | 1010101 | 10110000 | 11101 | 110100 | 0 | 1010100 | 11111 | 1100001 | 1001000 | 101000 |
Color Harmonies of #55B01D
Complementary color
Monochromatic Colors of #55B01D
Black with #55B01D
Text Example
Text Example
White with #55B01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B01D; }
p { color: rgb(85,176,29); }
H1.HeaderClassName
{
color: #55B01D;
}
.AnyTagClassName
{
color: #55B01D;
}
</style>
background-color css
<style>
a { background-color: #55B01D; }
a { background-color: rgb(85,176,29); }
div.DivClassName
{
background-color: #55B01D;
}
.BgClassName
{
background-color: #55B01D;
}
</style>
border-color css
<style>
span { border-color: #55B01D; }
span { border-color: rgb(85,176,29); }
td.TdClassName
{
border-color: #55B01D;
}
.TagClassName
{
border-color: #55B01D;
}
</style>