Shades of Kelly Green #55CC1D
Tints of Kelly Green #55CC1D
RGB
CMYK
RGB Variations
Color information
#55CC1D (or 0x55CC1D) is known color: Kelly Green. HEX triplet: 55, CC and 1D. RGB value is (85,204,29). Sum of RGB (Red+Green+Blue) = 85+204+29=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CC1D is #AA33E2. Grayscale: #959595. Windows color (decimal): -11154403 or 1952853. OLE color: 1952853.
HSL color Cylindrical-coordinate representation of color #55CC1D: hue angle of 100.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55CC1D is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 29 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.2 |
| HSL | 100.8º | 0.75% | 0.46% | - |
| HSV(B) | 100.8º | 0.86% | 0.8% | - |
| XYZ | 25.56 | 45.21 | 8.54 | - |
| YUV | 148.47 | 60.58 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 29 | 0.58 | 0 | 0.86 | 0.2 | 100.8 | 0.75 | 0.46 |
| Hex | 55 | CC | 1D | 3A | 0 | 56 | 14 | 65 | 4B | 2E |
| Octal | 125 | 314 | 35 | 72 | 0 | 126 | 24 | 145 | 113 | 56 |
| Binary | 1010101 | 11001100 | 11101 | 111010 | 0 | 1010110 | 10100 | 1100101 | 1001011 | 101110 |
Color Harmonies of #55CC1D
Complementary color
Monochromatic Colors of #55CC1D
Black with #55CC1D
Text Example
Text Example
White with #55CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC1D; }
p { color: rgb(85,204,29); }
H1.HeaderClassName
{
color: #55CC1D;
}
.AnyTagClassName
{
color: #55CC1D;
}
</style>
background-color css
<style>
a { background-color: #55CC1D; }
a { background-color: rgb(85,204,29); }
div.DivClassName
{
background-color: #55CC1D;
}
.BgClassName
{
background-color: #55CC1D;
}
</style>
border-color css
<style>
span { border-color: #55CC1D; }
span { border-color: rgb(85,204,29); }
td.TdClassName
{
border-color: #55CC1D;
}
.TagClassName
{
border-color: #55CC1D;
}
</style>