Shades of Kelly Green #55CB14
Tints of Kelly Green #55CB14
RGB
CMYK
RGB Variations
Color information
#55CB14 (or 0x55CB14) is known color: Kelly Green. HEX triplet: 55, CB and 14. RGB value is (85,203,20). Sum of RGB (Red+Green+Blue) = 85+203+20=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55CB14 is #AA34EB. Grayscale: #939393. Windows color (decimal): -11154668 or 1362773. OLE color: 1362773.
HSL color Cylindrical-coordinate representation of color #55CB14: hue angle of 98.69º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55CB14 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 20 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.20 |
| HSL | 98.69º | 0.82% | 0.44% | - |
| HSV(B) | 98.69º | 0.9% | 0.8% | - |
| XYZ | 25.23 | 44.69 | 7.96 | - |
| YUV | 146.86 | 56.41 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 20 | 0.58 | 0 | 0.90 | 0.20 | 98.69 | 0.82 | 0.44 |
| Hex | 55 | CB | 14 | 3A | 0 | 5A | 14 | 63 | 52 | 2C |
| Octal | 125 | 313 | 24 | 72 | 0 | 132 | 24 | 143 | 122 | 54 |
| Binary | 1010101 | 11001011 | 10100 | 111010 | 0 | 1011010 | 10100 | 1100011 | 1010010 | 101100 |
Color Harmonies of #55CB14
Complementary color
Monochromatic Colors of #55CB14
Black with #55CB14
Text Example
Text Example
White with #55CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB14; }
p { color: rgb(85,203,20); }
H1.HeaderClassName
{
color: #55CB14;
}
.AnyTagClassName
{
color: #55CB14;
}
</style>
background-color css
<style>
a { background-color: #55CB14; }
a { background-color: rgb(85,203,20); }
div.DivClassName
{
background-color: #55CB14;
}
.BgClassName
{
background-color: #55CB14;
}
</style>
border-color css
<style>
span { border-color: #55CB14; }
span { border-color: rgb(85,203,20); }
td.TdClassName
{
border-color: #55CB14;
}
.TagClassName
{
border-color: #55CB14;
}
</style>