Shades of Kelly Green #55D326
Tints of Kelly Green #55D326
RGB
CMYK
RGB Variations
Color information
#55D326 (or 0x55D326) is known color: Kelly Green. HEX triplet: 55, D3 and 26. RGB value is (85,211,38). Sum of RGB (Red+Green+Blue) = 85+211+38=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 211 (82.81% from 255 or 63.17% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 211 - color contains mainly: green. Hex color #55D326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D326 is #AA2CD9. Grayscale: #9A9A9A. Windows color (decimal): -11152602 or 2544469. OLE color: 2544469.
HSL color Cylindrical-coordinate representation of color #55D326: hue angle of 103.7º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55D326 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 211 | 38 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.17 |
| HSL | 103.7º | 0.69% | 0.49% | - |
| HSV(B) | 103.7º | 0.82% | 0.83% | - |
| XYZ | 27.39 | 48.66 | 9.78 | - |
| YUV | 153.6 | 62.76 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 211 | 38 | 0.60 | 0 | 0.82 | 0.17 | 103.7 | 0.69 | 0.49 |
| Hex | 55 | D3 | 26 | 3C | 0 | 52 | 11 | 68 | 45 | 31 |
| Octal | 125 | 323 | 46 | 74 | 0 | 122 | 21 | 150 | 105 | 61 |
| Binary | 1010101 | 11010011 | 100110 | 111100 | 0 | 1010010 | 10001 | 1101000 | 1000101 | 110001 |
Color Harmonies of #55D326
Complementary color
Monochromatic Colors of #55D326
Black with #55D326
Text Example
Text Example
White with #55D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D326; }
p { color: rgb(85,211,38); }
H1.HeaderClassName
{
color: #55D326;
}
.AnyTagClassName
{
color: #55D326;
}
</style>
background-color css
<style>
a { background-color: #55D326; }
a { background-color: rgb(85,211,38); }
div.DivClassName
{
background-color: #55D326;
}
.BgClassName
{
background-color: #55D326;
}
</style>
border-color css
<style>
span { border-color: #55D326; }
span { border-color: rgb(85,211,38); }
td.TdClassName
{
border-color: #55D326;
}
.TagClassName
{
border-color: #55D326;
}
</style>