Shades of Celery #C0C14E
Tints of Celery #C0C14E
RGB
CMYK
RGB Variations
Color information
#C0C14E (or 0xC0C14E) is known color: Celery. HEX triplet: C0, C1 and 4E. RGB value is (192,193,78). Sum of RGB (Red+Green+Blue) = 192+193+78=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C14E is #3F3EB1. Grayscale: #B4B4B4. Windows color (decimal): -4144818 or 5161408. OLE color: 5161408.
HSL color Cylindrical-coordinate representation of color #C0C14E: hue angle of 60.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0C14E is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 78 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.24 |
| HSL | 60.52º | 0.48% | 0.53% | - |
| HSV(B) | 60.52º | 0.6% | 0.76% | - |
| XYZ | 42.18 | 49.9 | 14.62 | - |
| YUV | 179.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 78 | 0.01 | 0 | 0.60 | 0.24 | 60.52 | 0.48 | 0.53 |
| Hex | C0 | C1 | 4E | 1 | 0 | 3C | 18 | 3D | 30 | 35 |
| Octal | 300 | 301 | 116 | 1 | 0 | 74 | 30 | 75 | 60 | 65 |
| Binary | 11000000 | 11000001 | 1001110 | 1 | 0 | 111100 | 11000 | 111101 | 110000 | 110101 |
Color Harmonies of #C0C14E
Complementary color
Monochromatic Colors of #C0C14E
Black with #C0C14E
Text Example
Text Example
White with #C0C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C14E; }
p { color: rgb(192,193,78); }
H1.HeaderClassName
{
color: #C0C14E;
}
.AnyTagClassName
{
color: #C0C14E;
}
</style>
background-color css
<style>
a { background-color: #C0C14E; }
a { background-color: rgb(192,193,78); }
div.DivClassName
{
background-color: #C0C14E;
}
.BgClassName
{
background-color: #C0C14E;
}
</style>
border-color css
<style>
span { border-color: #C0C14E; }
span { border-color: rgb(192,193,78); }
td.TdClassName
{
border-color: #C0C14E;
}
.TagClassName
{
border-color: #C0C14E;
}
</style>