Shades of Kelly Green #55B31F
Tints of Kelly Green #55B31F
RGB
CMYK
RGB Variations
Color information
#55B31F (or 0x55B31F) is known color: Kelly Green. HEX triplet: 55, B3 and 1F. RGB value is (85,179,31). Sum of RGB (Red+Green+Blue) = 85+179+31=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #55B31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B31F is #AA4CE0. Grayscale: #868686. Windows color (decimal): -11160801 or 2077525. OLE color: 2077525.
HSL color Cylindrical-coordinate representation of color #55B31F: hue angle of 98.11º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55B31F is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 179 | 31 | - |
| CMYK | 0.53 | 0 | 0.83 | 0.30 |
| HSL | 98.11º | 0.7% | 0.41% | - |
| HSV(B) | 98.11º | 0.83% | 0.7% | - |
| XYZ | 20.11 | 34.27 | 6.85 | - |
| YUV | 134.02 | 69.86 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 31 | 0.53 | 0 | 0.83 | 0.30 | 98.11 | 0.7 | 0.41 |
| Hex | 55 | B3 | 1F | 35 | 0 | 53 | 1E | 62 | 46 | 29 |
| Octal | 125 | 263 | 37 | 65 | 0 | 123 | 36 | 142 | 106 | 51 |
| Binary | 1010101 | 10110011 | 11111 | 110101 | 0 | 1010011 | 11110 | 1100010 | 1000110 | 101001 |
Color Harmonies of #55B31F
Complementary color
Monochromatic Colors of #55B31F
Black with #55B31F
Text Example
Text Example
White with #55B31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B31F; }
p { color: rgb(85,179,31); }
H1.HeaderClassName
{
color: #55B31F;
}
.AnyTagClassName
{
color: #55B31F;
}
</style>
background-color css
<style>
a { background-color: #55B31F; }
a { background-color: rgb(85,179,31); }
div.DivClassName
{
background-color: #55B31F;
}
.BgClassName
{
background-color: #55B31F;
}
</style>
border-color css
<style>
span { border-color: #55B31F; }
span { border-color: rgb(85,179,31); }
td.TdClassName
{
border-color: #55B31F;
}
.TagClassName
{
border-color: #55B31F;
}
</style>