Shades of Kelly Green #55C015
Tints of Kelly Green #55C015
RGB
CMYK
RGB Variations
Color information
#55C015 (or 0x55C015) is known color: Kelly Green. HEX triplet: 55, C0 and 15. RGB value is (85,192,21). Sum of RGB (Red+Green+Blue) = 85+192+21=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #55C015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C015 is #AA3FEA. Grayscale: #8D8D8D. Windows color (decimal): -11157483 or 1425493. OLE color: 1425493.
HSL color Cylindrical-coordinate representation of color #55C015: hue angle of 97.54º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55C015 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 21 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.25 |
| HSL | 97.54º | 0.8% | 0.42% | - |
| HSV(B) | 97.54º | 0.89% | 0.75% | - |
| XYZ | 22.73 | 39.68 | 7.17 | - |
| YUV | 140.51 | 60.55 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 21 | 0.56 | 0 | 0.89 | 0.25 | 97.54 | 0.8 | 0.42 |
| Hex | 55 | C0 | 15 | 38 | 0 | 59 | 19 | 62 | 50 | 2A |
| Octal | 125 | 300 | 25 | 70 | 0 | 131 | 31 | 142 | 120 | 52 |
| Binary | 1010101 | 11000000 | 10101 | 111000 | 0 | 1011001 | 11001 | 1100010 | 1010000 | 101010 |
Color Harmonies of #55C015
Complementary color
Monochromatic Colors of #55C015
Black with #55C015
Text Example
Text Example
White with #55C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C015; }
p { color: rgb(85,192,21); }
H1.HeaderClassName
{
color: #55C015;
}
.AnyTagClassName
{
color: #55C015;
}
</style>
background-color css
<style>
a { background-color: #55C015; }
a { background-color: rgb(85,192,21); }
div.DivClassName
{
background-color: #55C015;
}
.BgClassName
{
background-color: #55C015;
}
</style>
border-color css
<style>
span { border-color: #55C015; }
span { border-color: rgb(85,192,21); }
td.TdClassName
{
border-color: #55C015;
}
.TagClassName
{
border-color: #55C015;
}
</style>