Shades of Kelly Green #55D52F
Tints of Kelly Green #55D52F
RGB
CMYK
RGB Variations
Color information
#55D52F (or 0x55D52F) is known color: Kelly Green. HEX triplet: 55, D5 and 2F. RGB value is (85,213,47). Sum of RGB (Red+Green+Blue) = 85+213+47=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #55D52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D52F is #AA2AD0. Grayscale: #9C9C9C. Windows color (decimal): -11152081 or 3134805. OLE color: 3134805.
HSL color Cylindrical-coordinate representation of color #55D52F: hue angle of 106.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55D52F is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 47 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.16 |
| HSL | 106.27º | 0.66% | 0.51% | - |
| HSV(B) | 106.27º | 0.78% | 0.84% | - |
| XYZ | 28.05 | 49.73 | 10.81 | - |
| YUV | 155.8 | 66.59 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 47 | 0.60 | 0 | 0.78 | 0.16 | 106.27 | 0.66 | 0.51 |
| Hex | 55 | D5 | 2F | 3C | 0 | 4E | 10 | 6A | 42 | 33 |
| Octal | 125 | 325 | 57 | 74 | 0 | 116 | 20 | 152 | 102 | 63 |
| Binary | 1010101 | 11010101 | 101111 | 111100 | 0 | 1001110 | 10000 | 1101010 | 1000010 | 110011 |
Color Harmonies of #55D52F
Complementary color
Monochromatic Colors of #55D52F
Black with #55D52F
Text Example
Text Example
White with #55D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D52F; }
p { color: rgb(85,213,47); }
H1.HeaderClassName
{
color: #55D52F;
}
.AnyTagClassName
{
color: #55D52F;
}
</style>
background-color css
<style>
a { background-color: #55D52F; }
a { background-color: rgb(85,213,47); }
div.DivClassName
{
background-color: #55D52F;
}
.BgClassName
{
background-color: #55D52F;
}
</style>
border-color css
<style>
span { border-color: #55D52F; }
span { border-color: rgb(85,213,47); }
td.TdClassName
{
border-color: #55D52F;
}
.TagClassName
{
border-color: #55D52F;
}
</style>