Shades of Kelly Green #55D626
Tints of Kelly Green #55D626
RGB
CMYK
RGB Variations
Color information
#55D626 (or 0x55D626) is known color: Kelly Green. HEX triplet: 55, D6 and 26. RGB value is (85,214,38). Sum of RGB (Red+Green+Blue) = 85+214+38=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #55D626 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D626 is #AA29D9. Grayscale: #9B9B9B. Windows color (decimal): -11151834 or 2545237. OLE color: 2545237.
HSL color Cylindrical-coordinate representation of color #55D626: hue angle of 103.98º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55D626 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 38 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.16 |
| HSL | 103.98º | 0.7% | 0.49% | - |
| HSV(B) | 103.98º | 0.82% | 0.84% | - |
| XYZ | 28.14 | 50.16 | 10.03 | - |
| YUV | 155.37 | 61.76 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 38 | 0.60 | 0 | 0.82 | 0.16 | 103.98 | 0.7 | 0.49 |
| Hex | 55 | D6 | 26 | 3C | 0 | 52 | 10 | 68 | 46 | 31 |
| Octal | 125 | 326 | 46 | 74 | 0 | 122 | 20 | 150 | 106 | 61 |
| Binary | 1010101 | 11010110 | 100110 | 111100 | 0 | 1010010 | 10000 | 1101000 | 1000110 | 110001 |
Color Harmonies of #55D626
Complementary color
Monochromatic Colors of #55D626
Black with #55D626
Text Example
Text Example
White with #55D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D626; }
p { color: rgb(85,214,38); }
H1.HeaderClassName
{
color: #55D626;
}
.AnyTagClassName
{
color: #55D626;
}
</style>
background-color css
<style>
a { background-color: #55D626; }
a { background-color: rgb(85,214,38); }
div.DivClassName
{
background-color: #55D626;
}
.BgClassName
{
background-color: #55D626;
}
</style>
border-color css
<style>
span { border-color: #55D626; }
span { border-color: rgb(85,214,38); }
td.TdClassName
{
border-color: #55D626;
}
.TagClassName
{
border-color: #55D626;
}
</style>