Shades of Kelly Green #55C02B
Tints of Kelly Green #55C02B
RGB
CMYK
RGB Variations
Color information
#55C02B (or 0x55C02B) is known color: Kelly Green. HEX triplet: 55, C0 and 2B. RGB value is (85,192,43). Sum of RGB (Red+Green+Blue) = 85+192+43=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #55C02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C02B is #AA3FD4. Grayscale: #8F8F8F. Windows color (decimal): -11157461 or 2867285. OLE color: 2867285.
HSL color Cylindrical-coordinate representation of color #55C02B: hue angle of 103.09º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55C02B is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 43 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.25 |
| HSL | 103.09º | 0.63% | 0.46% | - |
| HSV(B) | 103.09º | 0.78% | 0.75% | - |
| XYZ | 23.03 | 39.8 | 8.75 | - |
| YUV | 143.02 | 71.55 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 43 | 0.56 | 0 | 0.78 | 0.25 | 103.09 | 0.63 | 0.46 |
| Hex | 55 | C0 | 2B | 38 | 0 | 4E | 19 | 67 | 3F | 2E |
| Octal | 125 | 300 | 53 | 70 | 0 | 116 | 31 | 147 | 77 | 56 |
| Binary | 1010101 | 11000000 | 101011 | 111000 | 0 | 1001110 | 11001 | 1100111 | 111111 | 101110 |
Color Harmonies of #55C02B
Complementary color
Monochromatic Colors of #55C02B
Black with #55C02B
Text Example
Text Example
White with #55C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C02B; }
p { color: rgb(85,192,43); }
H1.HeaderClassName
{
color: #55C02B;
}
.AnyTagClassName
{
color: #55C02B;
}
</style>
background-color css
<style>
a { background-color: #55C02B; }
a { background-color: rgb(85,192,43); }
div.DivClassName
{
background-color: #55C02B;
}
.BgClassName
{
background-color: #55C02B;
}
</style>
border-color css
<style>
span { border-color: #55C02B; }
span { border-color: rgb(85,192,43); }
td.TdClassName
{
border-color: #55C02B;
}
.TagClassName
{
border-color: #55C02B;
}
</style>