Shades of Kelly Green #55D034
Tints of Kelly Green #55D034
RGB
CMYK
RGB Variations
Color information
#55D034 (or 0x55D034) is known color: Kelly Green. HEX triplet: 55, D0 and 34. RGB value is (85,208,52). Sum of RGB (Red+Green+Blue) = 85+208+52=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #55D034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D034 is #AA2FCB. Grayscale: #999999. Windows color (decimal): -11153356 or 3461205. OLE color: 3461205.
HSL color Cylindrical-coordinate representation of color #55D034: hue angle of 107.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55D034 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 52 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.18 |
| HSL | 107.31º | 0.62% | 0.51% | - |
| HSV(B) | 107.31º | 0.75% | 0.82% | - |
| XYZ | 26.92 | 47.29 | 10.96 | - |
| YUV | 153.44 | 70.75 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 52 | 0.59 | 0 | 0.75 | 0.18 | 107.31 | 0.62 | 0.51 |
| Hex | 55 | D0 | 34 | 3B | 0 | 4B | 12 | 6B | 3E | 33 |
| Octal | 125 | 320 | 64 | 73 | 0 | 113 | 22 | 153 | 76 | 63 |
| Binary | 1010101 | 11010000 | 110100 | 111011 | 0 | 1001011 | 10010 | 1101011 | 111110 | 110011 |
Color Harmonies of #55D034
Complementary color
Monochromatic Colors of #55D034
Black with #55D034
Text Example
Text Example
White with #55D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D034; }
p { color: rgb(85,208,52); }
H1.HeaderClassName
{
color: #55D034;
}
.AnyTagClassName
{
color: #55D034;
}
</style>
background-color css
<style>
a { background-color: #55D034; }
a { background-color: rgb(85,208,52); }
div.DivClassName
{
background-color: #55D034;
}
.BgClassName
{
background-color: #55D034;
}
</style>
border-color css
<style>
span { border-color: #55D034; }
span { border-color: rgb(85,208,52); }
td.TdClassName
{
border-color: #55D034;
}
.TagClassName
{
border-color: #55D034;
}
</style>