Shades of Kelly Green #55CB20
Tints of Kelly Green #55CB20
RGB
CMYK
RGB Variations
Color information
#55CB20 (or 0x55CB20) is known color: Kelly Green. HEX triplet: 55, CB and 20. RGB value is (85,203,32). Sum of RGB (Red+Green+Blue) = 85+203+32=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 203 (79.69% from 255 or 63.44% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CB20 is #AA34DF. Grayscale: #949494. Windows color (decimal): -11154656 or 2149205. OLE color: 2149205.
HSL color Cylindrical-coordinate representation of color #55CB20: hue angle of 101.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55CB20 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 32 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.20 |
| HSL | 101.4º | 0.73% | 0.46% | - |
| HSV(B) | 101.4º | 0.84% | 0.8% | - |
| XYZ | 25.36 | 44.75 | 8.67 | - |
| YUV | 148.22 | 62.41 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 32 | 0.58 | 0 | 0.84 | 0.20 | 101.4 | 0.73 | 0.46 |
| Hex | 55 | CB | 20 | 3A | 0 | 54 | 14 | 65 | 49 | 2E |
| Octal | 125 | 313 | 40 | 72 | 0 | 124 | 24 | 145 | 111 | 56 |
| Binary | 1010101 | 11001011 | 100000 | 111010 | 0 | 1010100 | 10100 | 1100101 | 1001001 | 101110 |
Color Harmonies of #55CB20
Complementary color
Monochromatic Colors of #55CB20
Black with #55CB20
Text Example
Text Example
White with #55CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB20; }
p { color: rgb(85,203,32); }
H1.HeaderClassName
{
color: #55CB20;
}
.AnyTagClassName
{
color: #55CB20;
}
</style>
background-color css
<style>
a { background-color: #55CB20; }
a { background-color: rgb(85,203,32); }
div.DivClassName
{
background-color: #55CB20;
}
.BgClassName
{
background-color: #55CB20;
}
</style>
border-color css
<style>
span { border-color: #55CB20; }
span { border-color: rgb(85,203,32); }
td.TdClassName
{
border-color: #55CB20;
}
.TagClassName
{
border-color: #55CB20;
}
</style>