Shades of Kelly Green #55CF2C
Tints of Kelly Green #55CF2C
RGB
CMYK
RGB Variations
Color information
#55CF2C (or 0x55CF2C) is known color: Kelly Green. HEX triplet: 55, CF and 2C. RGB value is (85,207,44). Sum of RGB (Red+Green+Blue) = 85+207+44=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF2C is #AA30D3. Grayscale: #989898. Windows color (decimal): -11153620 or 2936661. OLE color: 2936661.
HSL color Cylindrical-coordinate representation of color #55CF2C: hue angle of 104.91º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55CF2C is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 44 | - |
| CMYK | 0.59 | 0 | 0.79 | 0.19 |
| HSL | 104.91º | 0.65% | 0.49% | - |
| HSV(B) | 104.91º | 0.79% | 0.81% | - |
| XYZ | 26.51 | 46.74 | 10.01 | - |
| YUV | 151.94 | 67.08 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 44 | 0.59 | 0 | 0.79 | 0.19 | 104.91 | 0.65 | 0.49 |
| Hex | 55 | CF | 2C | 3B | 0 | 4F | 13 | 69 | 41 | 31 |
| Octal | 125 | 317 | 54 | 73 | 0 | 117 | 23 | 151 | 101 | 61 |
| Binary | 1010101 | 11001111 | 101100 | 111011 | 0 | 1001111 | 10011 | 1101001 | 1000001 | 110001 |
Color Harmonies of #55CF2C
Complementary color
Monochromatic Colors of #55CF2C
Black with #55CF2C
Text Example
Text Example
White with #55CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF2C; }
p { color: rgb(85,207,44); }
H1.HeaderClassName
{
color: #55CF2C;
}
.AnyTagClassName
{
color: #55CF2C;
}
</style>
background-color css
<style>
a { background-color: #55CF2C; }
a { background-color: rgb(85,207,44); }
div.DivClassName
{
background-color: #55CF2C;
}
.BgClassName
{
background-color: #55CF2C;
}
</style>
border-color css
<style>
span { border-color: #55CF2C; }
span { border-color: rgb(85,207,44); }
td.TdClassName
{
border-color: #55CF2C;
}
.TagClassName
{
border-color: #55CF2C;
}
</style>