Shades of Kelly Green #55C01B
Tints of Kelly Green #55C01B
RGB
CMYK
RGB Variations
Color information
#55C01B (or 0x55C01B) is known color: Kelly Green. HEX triplet: 55, C0 and 1B. RGB value is (85,192,27). Sum of RGB (Red+Green+Blue) = 85+192+27=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #55C01B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C01B is #AA3FE4. Grayscale: #8D8D8D. Windows color (decimal): -11157477 or 1818709. OLE color: 1818709.
HSL color Cylindrical-coordinate representation of color #55C01B: hue angle of 98.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55C01B is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 27 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.25 |
| HSL | 98.91º | 0.75% | 0.43% | - |
| HSV(B) | 98.91º | 0.86% | 0.75% | - |
| XYZ | 22.79 | 39.71 | 7.5 | - |
| YUV | 141.2 | 63.55 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 27 | 0.56 | 0 | 0.86 | 0.25 | 98.91 | 0.75 | 0.43 |
| Hex | 55 | C0 | 1B | 38 | 0 | 56 | 19 | 63 | 4B | 2B |
| Octal | 125 | 300 | 33 | 70 | 0 | 126 | 31 | 143 | 113 | 53 |
| Binary | 1010101 | 11000000 | 11011 | 111000 | 0 | 1010110 | 11001 | 1100011 | 1001011 | 101011 |
Color Harmonies of #55C01B
Complementary color
Monochromatic Colors of #55C01B
Black with #55C01B
Text Example
Text Example
White with #55C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C01B; }
p { color: rgb(85,192,27); }
H1.HeaderClassName
{
color: #55C01B;
}
.AnyTagClassName
{
color: #55C01B;
}
</style>
background-color css
<style>
a { background-color: #55C01B; }
a { background-color: rgb(85,192,27); }
div.DivClassName
{
background-color: #55C01B;
}
.BgClassName
{
background-color: #55C01B;
}
</style>
border-color css
<style>
span { border-color: #55C01B; }
span { border-color: rgb(85,192,27); }
td.TdClassName
{
border-color: #55C01B;
}
.TagClassName
{
border-color: #55C01B;
}
</style>