Shades of Kelly Green #55CE26
Tints of Kelly Green #55CE26
RGB
CMYK
RGB Variations
Color information
#55CE26 (or 0x55CE26) is known color: Kelly Green. HEX triplet: 55, CE and 26. RGB value is (85,206,38). Sum of RGB (Red+Green+Blue) = 85+206+38=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE26 is #AA31D9. Grayscale: #979797. Windows color (decimal): -11153882 or 2543189. OLE color: 2543189.
HSL color Cylindrical-coordinate representation of color #55CE26: hue angle of 103.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55CE26 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 38 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.19 |
| HSL | 103.21º | 0.69% | 0.48% | - |
| HSV(B) | 103.21º | 0.82% | 0.81% | - |
| XYZ | 26.17 | 46.21 | 9.37 | - |
| YUV | 150.67 | 64.41 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 38 | 0.59 | 0 | 0.82 | 0.19 | 103.21 | 0.69 | 0.48 |
| Hex | 55 | CE | 26 | 3B | 0 | 52 | 13 | 67 | 45 | 30 |
| Octal | 125 | 316 | 46 | 73 | 0 | 122 | 23 | 147 | 105 | 60 |
| Binary | 1010101 | 11001110 | 100110 | 111011 | 0 | 1010010 | 10011 | 1100111 | 1000101 | 110000 |
Color Harmonies of #55CE26
Complementary color
Monochromatic Colors of #55CE26
Black with #55CE26
Text Example
Text Example
White with #55CE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE26; }
p { color: rgb(85,206,38); }
H1.HeaderClassName
{
color: #55CE26;
}
.AnyTagClassName
{
color: #55CE26;
}
</style>
background-color css
<style>
a { background-color: #55CE26; }
a { background-color: rgb(85,206,38); }
div.DivClassName
{
background-color: #55CE26;
}
.BgClassName
{
background-color: #55CE26;
}
</style>
border-color css
<style>
span { border-color: #55CE26; }
span { border-color: rgb(85,206,38); }
td.TdClassName
{
border-color: #55CE26;
}
.TagClassName
{
border-color: #55CE26;
}
</style>