Shades of Kelly Green #55CE1F
Tints of Kelly Green #55CE1F
RGB
CMYK
RGB Variations
Color information
#55CE1F (or 0x55CE1F) is known color: Kelly Green. HEX triplet: 55, CE and 1F. RGB value is (85,206,31). Sum of RGB (Red+Green+Blue) = 85+206+31=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE1F is #AA31E0. Grayscale: #969696. Windows color (decimal): -11153889 or 2084437. OLE color: 2084437.
HSL color Cylindrical-coordinate representation of color #55CE1F: hue angle of 101.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55CE1F is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 31 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.19 |
| HSL | 101.49º | 0.74% | 0.46% | - |
| HSV(B) | 101.49º | 0.85% | 0.81% | - |
| XYZ | 26.06 | 46.17 | 8.83 | - |
| YUV | 149.87 | 60.91 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 31 | 0.59 | 0 | 0.85 | 0.19 | 101.49 | 0.74 | 0.46 |
| Hex | 55 | CE | 1F | 3B | 0 | 55 | 13 | 65 | 4A | 2E |
| Octal | 125 | 316 | 37 | 73 | 0 | 125 | 23 | 145 | 112 | 56 |
| Binary | 1010101 | 11001110 | 11111 | 111011 | 0 | 1010101 | 10011 | 1100101 | 1001010 | 101110 |
Color Harmonies of #55CE1F
Complementary color
Monochromatic Colors of #55CE1F
Black with #55CE1F
Text Example
Text Example
White with #55CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE1F; }
p { color: rgb(85,206,31); }
H1.HeaderClassName
{
color: #55CE1F;
}
.AnyTagClassName
{
color: #55CE1F;
}
</style>
background-color css
<style>
a { background-color: #55CE1F; }
a { background-color: rgb(85,206,31); }
div.DivClassName
{
background-color: #55CE1F;
}
.BgClassName
{
background-color: #55CE1F;
}
</style>
border-color css
<style>
span { border-color: #55CE1F; }
span { border-color: rgb(85,206,31); }
td.TdClassName
{
border-color: #55CE1F;
}
.TagClassName
{
border-color: #55CE1F;
}
</style>