Shades of Kelly Green #55CE2A
Tints of Kelly Green #55CE2A
RGB
CMYK
RGB Variations
Color information
#55CE2A (or 0x55CE2A) is known color: Kelly Green. HEX triplet: 55, CE and 2A. RGB value is (85,206,42). Sum of RGB (Red+Green+Blue) = 85+206+42=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE2A is #AA31D5. Grayscale: #979797. Windows color (decimal): -11153878 or 2805333. OLE color: 2805333.
HSL color Cylindrical-coordinate representation of color #55CE2A: hue angle of 104.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55CE2A is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 42 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.19 |
| HSL | 104.27º | 0.66% | 0.49% | - |
| HSV(B) | 104.27º | 0.8% | 0.81% | - |
| XYZ | 26.24 | 46.24 | 9.73 | - |
| YUV | 151.13 | 66.41 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 42 | 0.59 | 0 | 0.80 | 0.19 | 104.27 | 0.66 | 0.49 |
| Hex | 55 | CE | 2A | 3B | 0 | 50 | 13 | 68 | 42 | 31 |
| Octal | 125 | 316 | 52 | 73 | 0 | 120 | 23 | 150 | 102 | 61 |
| Binary | 1010101 | 11001110 | 101010 | 111011 | 0 | 1010000 | 10011 | 1101000 | 1000010 | 110001 |
Color Harmonies of #55CE2A
Complementary color
Monochromatic Colors of #55CE2A
Black with #55CE2A
Text Example
Text Example
White with #55CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE2A; }
p { color: rgb(85,206,42); }
H1.HeaderClassName
{
color: #55CE2A;
}
.AnyTagClassName
{
color: #55CE2A;
}
</style>
background-color css
<style>
a { background-color: #55CE2A; }
a { background-color: rgb(85,206,42); }
div.DivClassName
{
background-color: #55CE2A;
}
.BgClassName
{
background-color: #55CE2A;
}
</style>
border-color css
<style>
span { border-color: #55CE2A; }
span { border-color: rgb(85,206,42); }
td.TdClassName
{
border-color: #55CE2A;
}
.TagClassName
{
border-color: #55CE2A;
}
</style>