Shades of Kelly Green #55C31F
Tints of Kelly Green #55C31F
RGB
CMYK
RGB Variations
Color information
#55C31F (or 0x55C31F) is known color: Kelly Green. HEX triplet: 55, C3 and 1F. RGB value is (85,195,31). Sum of RGB (Red+Green+Blue) = 85+195+31=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #55C31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C31F is #AA3CE0. Grayscale: #8F8F8F. Windows color (decimal): -11156705 or 2081621. OLE color: 2081621.
HSL color Cylindrical-coordinate representation of color #55C31F: hue angle of 100.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55C31F is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 31 | - |
| CMYK | 0.56 | 0 | 0.84 | 0.24 |
| HSL | 100.24º | 0.73% | 0.44% | - |
| HSV(B) | 100.24º | 0.84% | 0.76% | - |
| XYZ | 23.51 | 41.06 | 7.98 | - |
| YUV | 143.41 | 64.56 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 31 | 0.56 | 0 | 0.84 | 0.24 | 100.24 | 0.73 | 0.44 |
| Hex | 55 | C3 | 1F | 38 | 0 | 54 | 18 | 64 | 49 | 2C |
| Octal | 125 | 303 | 37 | 70 | 0 | 124 | 30 | 144 | 111 | 54 |
| Binary | 1010101 | 11000011 | 11111 | 111000 | 0 | 1010100 | 11000 | 1100100 | 1001001 | 101100 |
Color Harmonies of #55C31F
Complementary color
Monochromatic Colors of #55C31F
Black with #55C31F
Text Example
Text Example
White with #55C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C31F; }
p { color: rgb(85,195,31); }
H1.HeaderClassName
{
color: #55C31F;
}
.AnyTagClassName
{
color: #55C31F;
}
</style>
background-color css
<style>
a { background-color: #55C31F; }
a { background-color: rgb(85,195,31); }
div.DivClassName
{
background-color: #55C31F;
}
.BgClassName
{
background-color: #55C31F;
}
</style>
border-color css
<style>
span { border-color: #55C31F; }
span { border-color: rgb(85,195,31); }
td.TdClassName
{
border-color: #55C31F;
}
.TagClassName
{
border-color: #55C31F;
}
</style>