Shades of Kelly Green #55C026
Tints of Kelly Green #55C026
RGB
CMYK
RGB Variations
Color information
#55C026 (or 0x55C026) is known color: Kelly Green. HEX triplet: 55, C0 and 26. RGB value is (85,192,38). Sum of RGB (Red+Green+Blue) = 85+192+38=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #55C026 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C026 is #AA3FD9. Grayscale: #8E8E8E. Windows color (decimal): -11157466 or 2539605. OLE color: 2539605.
HSL color Cylindrical-coordinate representation of color #55C026: hue angle of 101.69º degrees, saturation: 0.67, 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 #55C026 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 38 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.25 |
| HSL | 101.69º | 0.67% | 0.45% | - |
| HSV(B) | 101.69º | 0.8% | 0.75% | - |
| XYZ | 22.95 | 39.77 | 8.3 | - |
| YUV | 142.45 | 69.05 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 38 | 0.56 | 0 | 0.80 | 0.25 | 101.69 | 0.67 | 0.45 |
| Hex | 55 | C0 | 26 | 38 | 0 | 50 | 19 | 66 | 43 | 2D |
| Octal | 125 | 300 | 46 | 70 | 0 | 120 | 31 | 146 | 103 | 55 |
| Binary | 1010101 | 11000000 | 100110 | 111000 | 0 | 1010000 | 11001 | 1100110 | 1000011 | 101101 |
Color Harmonies of #55C026
Complementary color
Monochromatic Colors of #55C026
Black with #55C026
Text Example
Text Example
White with #55C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C026; }
p { color: rgb(85,192,38); }
H1.HeaderClassName
{
color: #55C026;
}
.AnyTagClassName
{
color: #55C026;
}
</style>
background-color css
<style>
a { background-color: #55C026; }
a { background-color: rgb(85,192,38); }
div.DivClassName
{
background-color: #55C026;
}
.BgClassName
{
background-color: #55C026;
}
</style>
border-color css
<style>
span { border-color: #55C026; }
span { border-color: rgb(85,192,38); }
td.TdClassName
{
border-color: #55C026;
}
.TagClassName
{
border-color: #55C026;
}
</style>