Shades of Kelly Green #55C82F
Tints of Kelly Green #55C82F
RGB
CMYK
RGB Variations
Color information
#55C82F (or 0x55C82F) is known color: Kelly Green. HEX triplet: 55, C8 and 2F. RGB value is (85,200,47). Sum of RGB (Red+Green+Blue) = 85+200+47=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #55C82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C82F is #AA37D0. Grayscale: #949494. Windows color (decimal): -11155409 or 3131477. OLE color: 3131477.
HSL color Cylindrical-coordinate representation of color #55C82F: hue angle of 105.1º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55C82F is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 47 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.22 |
| HSL | 105.1º | 0.62% | 0.48% | - |
| HSV(B) | 105.1º | 0.77% | 0.78% | - |
| XYZ | 24.91 | 43.45 | 9.76 | - |
| YUV | 148.17 | 70.9 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 47 | 0.58 | 0 | 0.76 | 0.22 | 105.1 | 0.62 | 0.48 |
| Hex | 55 | C8 | 2F | 3A | 0 | 4C | 16 | 69 | 3E | 30 |
| Octal | 125 | 310 | 57 | 72 | 0 | 114 | 26 | 151 | 76 | 60 |
| Binary | 1010101 | 11001000 | 101111 | 111010 | 0 | 1001100 | 10110 | 1101001 | 111110 | 110000 |
Color Harmonies of #55C82F
Complementary color
Monochromatic Colors of #55C82F
Black with #55C82F
Text Example
Text Example
White with #55C82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C82F; }
p { color: rgb(85,200,47); }
H1.HeaderClassName
{
color: #55C82F;
}
.AnyTagClassName
{
color: #55C82F;
}
</style>
background-color css
<style>
a { background-color: #55C82F; }
a { background-color: rgb(85,200,47); }
div.DivClassName
{
background-color: #55C82F;
}
.BgClassName
{
background-color: #55C82F;
}
</style>
border-color css
<style>
span { border-color: #55C82F; }
span { border-color: rgb(85,200,47); }
td.TdClassName
{
border-color: #55C82F;
}
.TagClassName
{
border-color: #55C82F;
}
</style>