Shades of Kelly Green #55CE08
Tints of Kelly Green #55CE08
RGB
CMYK
RGB Variations
Color information
#55CE08 (or 0x55CE08) is known color: Kelly Green. HEX triplet: 55, CE and 08. RGB value is (85,206,8). Sum of RGB (Red+Green+Blue) = 85+206+8=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 206 (80.86% from 255 or 68.90% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55CE08 is #AA31F7. Grayscale: #939393. Windows color (decimal): -11153912 or 577109. OLE color: 577109.
HSL color Cylindrical-coordinate representation of color #55CE08: hue angle of 96.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55CE08 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 8 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.19 |
| HSL | 96.67º | 0.93% | 0.42% | - |
| HSV(B) | 96.67º | 0.96% | 0.81% | - |
| XYZ | 25.86 | 46.09 | 7.76 | - |
| YUV | 147.25 | 49.41 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 8 | 0.59 | 0 | 0.96 | 0.19 | 96.67 | 0.93 | 0.42 |
| Hex | 55 | CE | 8 | 3B | 0 | 60 | 13 | 61 | 5D | 2A |
| Octal | 125 | 316 | 10 | 73 | 0 | 140 | 23 | 141 | 135 | 52 |
| Binary | 1010101 | 11001110 | 1000 | 111011 | 0 | 1100000 | 10011 | 1100001 | 1011101 | 101010 |
Color Harmonies of #55CE08
Complementary color
Monochromatic Colors of #55CE08
Black with #55CE08
Text Example
Text Example
White with #55CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE08; }
p { color: rgb(85,206,8); }
H1.HeaderClassName
{
color: #55CE08;
}
.AnyTagClassName
{
color: #55CE08;
}
</style>
background-color css
<style>
a { background-color: #55CE08; }
a { background-color: rgb(85,206,8); }
div.DivClassName
{
background-color: #55CE08;
}
.BgClassName
{
background-color: #55CE08;
}
</style>
border-color css
<style>
span { border-color: #55CE08; }
span { border-color: rgb(85,206,8); }
td.TdClassName
{
border-color: #55CE08;
}
.TagClassName
{
border-color: #55CE08;
}
</style>