Shades of Kelly Green #55CF2B
Tints of Kelly Green #55CF2B
RGB
CMYK
RGB Variations
Color information
#55CF2B (or 0x55CF2B) is known color: Kelly Green. HEX triplet: 55, CF and 2B. RGB value is (85,207,43). Sum of RGB (Red+Green+Blue) = 85+207+43=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF2B is #AA30D4. Grayscale: #989898. Windows color (decimal): -11153621 or 2871125. OLE color: 2871125.
HSL color Cylindrical-coordinate representation of color #55CF2B: hue angle of 104.63º degrees, saturation: 0.66, 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 #55CF2B is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 43 | - |
| CMYK | 0.59 | 0 | 0.79 | 0.19 |
| HSL | 104.63º | 0.66% | 0.49% | - |
| HSV(B) | 104.63º | 0.79% | 0.81% | - |
| XYZ | 26.5 | 46.73 | 9.91 | - |
| YUV | 151.83 | 66.58 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 43 | 0.59 | 0 | 0.79 | 0.19 | 104.63 | 0.66 | 0.49 |
| Hex | 55 | CF | 2B | 3B | 0 | 4F | 13 | 69 | 42 | 31 |
| Octal | 125 | 317 | 53 | 73 | 0 | 117 | 23 | 151 | 102 | 61 |
| Binary | 1010101 | 11001111 | 101011 | 111011 | 0 | 1001111 | 10011 | 1101001 | 1000010 | 110001 |
Color Harmonies of #55CF2B
Complementary color
Monochromatic Colors of #55CF2B
Black with #55CF2B
Text Example
Text Example
White with #55CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF2B; }
p { color: rgb(85,207,43); }
H1.HeaderClassName
{
color: #55CF2B;
}
.AnyTagClassName
{
color: #55CF2B;
}
</style>
background-color css
<style>
a { background-color: #55CF2B; }
a { background-color: rgb(85,207,43); }
div.DivClassName
{
background-color: #55CF2B;
}
.BgClassName
{
background-color: #55CF2B;
}
</style>
border-color css
<style>
span { border-color: #55CF2B; }
span { border-color: rgb(85,207,43); }
td.TdClassName
{
border-color: #55CF2B;
}
.TagClassName
{
border-color: #55CF2B;
}
</style>