Shades of Kelly Green #55B326
Tints of Kelly Green #55B326
RGB
CMYK
RGB Variations
Color information
#55B326 (or 0x55B326) is known color: Kelly Green. HEX triplet: 55, B3 and 26. RGB value is (85,179,38). Sum of RGB (Red+Green+Blue) = 85+179+38=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #55B326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B326 is #AA4CD9. Grayscale: #878787. Windows color (decimal): -11160794 or 2536277. OLE color: 2536277.
HSL color Cylindrical-coordinate representation of color #55B326: hue angle of 100º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55B326 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 179 | 38 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.30 |
| HSL | 100º | 0.65% | 0.43% | - |
| HSV(B) | 100º | 0.79% | 0.7% | - |
| XYZ | 20.22 | 34.31 | 7.39 | - |
| YUV | 134.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 38 | 0.53 | 0 | 0.79 | 0.30 | 100 | 0.65 | 0.43 |
| Hex | 55 | B3 | 26 | 35 | 0 | 4F | 1E | 64 | 41 | 2B |
| Octal | 125 | 263 | 46 | 65 | 0 | 117 | 36 | 144 | 101 | 53 |
| Binary | 1010101 | 10110011 | 100110 | 110101 | 0 | 1001111 | 11110 | 1100100 | 1000001 | 101011 |
Color Harmonies of #55B326
Complementary color
Monochromatic Colors of #55B326
Black with #55B326
Text Example
Text Example
White with #55B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B326; }
p { color: rgb(85,179,38); }
H1.HeaderClassName
{
color: #55B326;
}
.AnyTagClassName
{
color: #55B326;
}
</style>
background-color css
<style>
a { background-color: #55B326; }
a { background-color: rgb(85,179,38); }
div.DivClassName
{
background-color: #55B326;
}
.BgClassName
{
background-color: #55B326;
}
</style>
border-color css
<style>
span { border-color: #55B326; }
span { border-color: rgb(85,179,38); }
td.TdClassName
{
border-color: #55B326;
}
.TagClassName
{
border-color: #55B326;
}
</style>