Shades of Kelly Green #55C31E
Tints of Kelly Green #55C31E
RGB
CMYK
RGB Variations
Color information
#55C31E (or 0x55C31E) is known color: Kelly Green. HEX triplet: 55, C3 and 1E. RGB value is (85,195,30). Sum of RGB (Red+Green+Blue) = 85+195+30=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #55C31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C31E is #AA3CE1. Grayscale: #8F8F8F. Windows color (decimal): -11156706 or 2016085. OLE color: 2016085.
HSL color Cylindrical-coordinate representation of color #55C31E: hue angle of 100º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55C31E is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 30 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.24 |
| HSL | 100º | 0.73% | 0.44% | - |
| HSV(B) | 100º | 0.85% | 0.76% | - |
| XYZ | 23.5 | 41.06 | 7.91 | - |
| YUV | 143.3 | 64.06 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 30 | 0.56 | 0 | 0.85 | 0.24 | 100 | 0.73 | 0.44 |
| Hex | 55 | C3 | 1E | 38 | 0 | 55 | 18 | 64 | 49 | 2C |
| Octal | 125 | 303 | 36 | 70 | 0 | 125 | 30 | 144 | 111 | 54 |
| Binary | 1010101 | 11000011 | 11110 | 111000 | 0 | 1010101 | 11000 | 1100100 | 1001001 | 101100 |
Color Harmonies of #55C31E
Complementary color
Monochromatic Colors of #55C31E
Black with #55C31E
Text Example
Text Example
White with #55C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C31E; }
p { color: rgb(85,195,30); }
H1.HeaderClassName
{
color: #55C31E;
}
.AnyTagClassName
{
color: #55C31E;
}
</style>
background-color css
<style>
a { background-color: #55C31E; }
a { background-color: rgb(85,195,30); }
div.DivClassName
{
background-color: #55C31E;
}
.BgClassName
{
background-color: #55C31E;
}
</style>
border-color css
<style>
span { border-color: #55C31E; }
span { border-color: rgb(85,195,30); }
td.TdClassName
{
border-color: #55C31E;
}
.TagClassName
{
border-color: #55C31E;
}
</style>