Shades of Kelly Green #55D907
Tints of Kelly Green #55D907
RGB
CMYK
RGB Variations
Color information
#55D907 (or 0x55D907) is known color: Kelly Green. HEX triplet: 55, D9 and 07. RGB value is (85,217,7). Sum of RGB (Red+Green+Blue) = 85+217+7=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 217 (85.16% from 255 or 70.23% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 217 - color contains mainly: green. Hex color #55D907 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D907 is #AA26F8. Grayscale: #9A9A9A. Windows color (decimal): -11151097 or 514389. OLE color: 514389.
HSL color Cylindrical-coordinate representation of color #55D907: hue angle of 97.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55D907 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 7 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.15 |
| HSL | 97.71º | 0.94% | 0.44% | - |
| HSV(B) | 97.71º | 0.97% | 0.85% | - |
| XYZ | 28.6 | 51.57 | 8.65 | - |
| YUV | 153.59 | 45.27 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 7 | 0.61 | 0 | 0.97 | 0.15 | 97.71 | 0.94 | 0.44 |
| Hex | 55 | D9 | 7 | 3D | 0 | 61 | F | 62 | 5E | 2C |
| Octal | 125 | 331 | 7 | 75 | 0 | 141 | 17 | 142 | 136 | 54 |
| Binary | 1010101 | 11011001 | 111 | 111101 | 0 | 1100001 | 1111 | 1100010 | 1011110 | 101100 |
Color Harmonies of #55D907
Complementary color
Monochromatic Colors of #55D907
Black with #55D907
Text Example
Text Example
White with #55D907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D907; }
p { color: rgb(85,217,7); }
H1.HeaderClassName
{
color: #55D907;
}
.AnyTagClassName
{
color: #55D907;
}
</style>
background-color css
<style>
a { background-color: #55D907; }
a { background-color: rgb(85,217,7); }
div.DivClassName
{
background-color: #55D907;
}
.BgClassName
{
background-color: #55D907;
}
</style>
border-color css
<style>
span { border-color: #55D907; }
span { border-color: rgb(85,217,7); }
td.TdClassName
{
border-color: #55D907;
}
.TagClassName
{
border-color: #55D907;
}
</style>