Shades of Kelly Green #55C027
Tints of Kelly Green #55C027
RGB
CMYK
RGB Variations
Color information
#55C027 (or 0x55C027) is known color: Kelly Green. HEX triplet: 55, C0 and 27. RGB value is (85,192,39). Sum of RGB (Red+Green+Blue) = 85+192+39=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #55C027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C027 is #AA3FD8. Grayscale: #8F8F8F. Windows color (decimal): -11157465 or 2605141. OLE color: 2605141.
HSL color Cylindrical-coordinate representation of color #55C027: hue angle of 101.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55C027 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 39 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.25 |
| HSL | 101.96º | 0.66% | 0.45% | - |
| HSV(B) | 101.96º | 0.8% | 0.75% | - |
| XYZ | 22.96 | 39.78 | 8.39 | - |
| YUV | 142.57 | 69.55 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 39 | 0.56 | 0 | 0.80 | 0.25 | 101.96 | 0.66 | 0.45 |
| Hex | 55 | C0 | 27 | 38 | 0 | 50 | 19 | 66 | 42 | 2D |
| Octal | 125 | 300 | 47 | 70 | 0 | 120 | 31 | 146 | 102 | 55 |
| Binary | 1010101 | 11000000 | 100111 | 111000 | 0 | 1010000 | 11001 | 1100110 | 1000010 | 101101 |
Color Harmonies of #55C027
Complementary color
Monochromatic Colors of #55C027
Black with #55C027
Text Example
Text Example
White with #55C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C027; }
p { color: rgb(85,192,39); }
H1.HeaderClassName
{
color: #55C027;
}
.AnyTagClassName
{
color: #55C027;
}
</style>
background-color css
<style>
a { background-color: #55C027; }
a { background-color: rgb(85,192,39); }
div.DivClassName
{
background-color: #55C027;
}
.BgClassName
{
background-color: #55C027;
}
</style>
border-color css
<style>
span { border-color: #55C027; }
span { border-color: rgb(85,192,39); }
td.TdClassName
{
border-color: #55C027;
}
.TagClassName
{
border-color: #55C027;
}
</style>