Shades of Kelly Green #55B31B
Tints of Kelly Green #55B31B
RGB
CMYK
RGB Variations
Color information
#55B31B (or 0x55B31B) is known color: Kelly Green. HEX triplet: 55, B3 and 1B. RGB value is (85,179,27). Sum of RGB (Red+Green+Blue) = 85+179+27=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #55B31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B31B is #AA4CE4. Grayscale: #868686. Windows color (decimal): -11160805 or 1815381. OLE color: 1815381.
HSL color Cylindrical-coordinate representation of color #55B31B: hue angle of 97.11º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55B31B is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 179 | 27 | - |
| CMYK | 0.53 | 0 | 0.85 | 0.30 |
| HSL | 97.11º | 0.74% | 0.4% | - |
| HSV(B) | 97.11º | 0.85% | 0.7% | - |
| XYZ | 20.06 | 34.25 | 6.59 | - |
| YUV | 133.57 | 67.86 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 27 | 0.53 | 0 | 0.85 | 0.30 | 97.11 | 0.74 | 0.4 |
| Hex | 55 | B3 | 1B | 35 | 0 | 55 | 1E | 61 | 4A | 28 |
| Octal | 125 | 263 | 33 | 65 | 0 | 125 | 36 | 141 | 112 | 50 |
| Binary | 1010101 | 10110011 | 11011 | 110101 | 0 | 1010101 | 11110 | 1100001 | 1001010 | 101000 |
Color Harmonies of #55B31B
Complementary color
Monochromatic Colors of #55B31B
Black with #55B31B
Text Example
Text Example
White with #55B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B31B; }
p { color: rgb(85,179,27); }
H1.HeaderClassName
{
color: #55B31B;
}
.AnyTagClassName
{
color: #55B31B;
}
</style>
background-color css
<style>
a { background-color: #55B31B; }
a { background-color: rgb(85,179,27); }
div.DivClassName
{
background-color: #55B31B;
}
.BgClassName
{
background-color: #55B31B;
}
</style>
border-color css
<style>
span { border-color: #55B31B; }
span { border-color: rgb(85,179,27); }
td.TdClassName
{
border-color: #55B31B;
}
.TagClassName
{
border-color: #55B31B;
}
</style>