Shades of Kelly Green #55C102
Tints of Kelly Green #55C102
RGB
CMYK
RGB Variations
Color information
#55C102 (or 0x55C102) is known color: Kelly Green. HEX triplet: 55, C1 and 02. RGB value is (85,193,2). Sum of RGB (Red+Green+Blue) = 85+193+2=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #55C102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C102 is #AA3EFD. Grayscale: #8B8B8B. Windows color (decimal): -11157246 or 180565. OLE color: 180565.
HSL color Cylindrical-coordinate representation of color #55C102: hue angle of 93.93º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55C102 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.24 |
| HSL | 93.93º | 0.98% | 0.38% | - |
| HSV(B) | 93.93º | 0.99% | 0.76% | - |
| XYZ | 22.83 | 40.08 | 6.59 | - |
| YUV | 138.93 | 50.72 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 2 | 0.56 | 0 | 0.99 | 0.24 | 93.93 | 0.98 | 0.38 |
| Hex | 55 | C1 | 2 | 38 | 0 | 63 | 18 | 5E | 62 | 26 |
| Octal | 125 | 301 | 2 | 70 | 0 | 143 | 30 | 136 | 142 | 46 |
| Binary | 1010101 | 11000001 | 10 | 111000 | 0 | 1100011 | 11000 | 1011110 | 1100010 | 100110 |
Color Harmonies of #55C102
Complementary color
Monochromatic Colors of #55C102
Black with #55C102
Text Example
Text Example
White with #55C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C102; }
p { color: rgb(85,193,2); }
H1.HeaderClassName
{
color: #55C102;
}
.AnyTagClassName
{
color: #55C102;
}
</style>
background-color css
<style>
a { background-color: #55C102; }
a { background-color: rgb(85,193,2); }
div.DivClassName
{
background-color: #55C102;
}
.BgClassName
{
background-color: #55C102;
}
</style>
border-color css
<style>
span { border-color: #55C102; }
span { border-color: rgb(85,193,2); }
td.TdClassName
{
border-color: #55C102;
}
.TagClassName
{
border-color: #55C102;
}
</style>