Shades of Kelly Green #55CF1A
Tints of Kelly Green #55CF1A
RGB
CMYK
RGB Variations
Color information
#55CF1A (or 0x55CF1A) is known color: Kelly Green. HEX triplet: 55, CF and 1A. RGB value is (85,207,26). Sum of RGB (Red+Green+Blue) = 85+207+26=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF1A is #AA30E5. Grayscale: #969696. Windows color (decimal): -11153638 or 1757013. OLE color: 1757013.
HSL color Cylindrical-coordinate representation of color #55CF1A: hue angle of 100.44º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55CF1A is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 26 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.19 |
| HSL | 100.44º | 0.78% | 0.46% | - |
| HSV(B) | 100.44º | 0.87% | 0.81% | - |
| XYZ | 26.25 | 46.63 | 8.59 | - |
| YUV | 149.89 | 58.08 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 26 | 0.59 | 0 | 0.87 | 0.19 | 100.44 | 0.78 | 0.46 |
| Hex | 55 | CF | 1A | 3B | 0 | 57 | 13 | 64 | 4E | 2E |
| Octal | 125 | 317 | 32 | 73 | 0 | 127 | 23 | 144 | 116 | 56 |
| Binary | 1010101 | 11001111 | 11010 | 111011 | 0 | 1010111 | 10011 | 1100100 | 1001110 | 101110 |
Color Harmonies of #55CF1A
Complementary color
Monochromatic Colors of #55CF1A
Black with #55CF1A
Text Example
Text Example
White with #55CF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF1A; }
p { color: rgb(85,207,26); }
H1.HeaderClassName
{
color: #55CF1A;
}
.AnyTagClassName
{
color: #55CF1A;
}
</style>
background-color css
<style>
a { background-color: #55CF1A; }
a { background-color: rgb(85,207,26); }
div.DivClassName
{
background-color: #55CF1A;
}
.BgClassName
{
background-color: #55CF1A;
}
</style>
border-color css
<style>
span { border-color: #55CF1A; }
span { border-color: rgb(85,207,26); }
td.TdClassName
{
border-color: #55CF1A;
}
.TagClassName
{
border-color: #55CF1A;
}
</style>