Shades of Kelly Green #55AD1B
Tints of Kelly Green #55AD1B
RGB
CMYK
RGB Variations
Color information
#55AD1B (or 0x55AD1B) is known color: Kelly Green. HEX triplet: 55, AD and 1B. RGB value is (85,173,27). Sum of RGB (Red+Green+Blue) = 85+173+27=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD1B is #AA52E4. Grayscale: #828282. Windows color (decimal): -11162341 or 1813845. OLE color: 1813845.
HSL color Cylindrical-coordinate representation of color #55AD1B: hue angle of 96.16º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55AD1B is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 27 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.32 |
| HSL | 96.16º | 0.73% | 0.39% | - |
| HSV(B) | 96.16º | 0.84% | 0.68% | - |
| XYZ | 18.89 | 31.9 | 6.2 | - |
| YUV | 130.04 | 69.85 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 27 | 0.51 | 0 | 0.84 | 0.32 | 96.16 | 0.73 | 0.39 |
| Hex | 55 | AD | 1B | 33 | 0 | 54 | 20 | 60 | 49 | 27 |
| Octal | 125 | 255 | 33 | 63 | 0 | 124 | 40 | 140 | 111 | 47 |
| Binary | 1010101 | 10101101 | 11011 | 110011 | 0 | 1010100 | 100000 | 1100000 | 1001001 | 100111 |
Color Harmonies of #55AD1B
Complementary color
Monochromatic Colors of #55AD1B
Black with #55AD1B
Text Example
Text Example
White with #55AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD1B; }
p { color: rgb(85,173,27); }
H1.HeaderClassName
{
color: #55AD1B;
}
.AnyTagClassName
{
color: #55AD1B;
}
</style>
background-color css
<style>
a { background-color: #55AD1B; }
a { background-color: rgb(85,173,27); }
div.DivClassName
{
background-color: #55AD1B;
}
.BgClassName
{
background-color: #55AD1B;
}
</style>
border-color css
<style>
span { border-color: #55AD1B; }
span { border-color: rgb(85,173,27); }
td.TdClassName
{
border-color: #55AD1B;
}
.TagClassName
{
border-color: #55AD1B;
}
</style>