Shades of Celery #C0CC4E
Tints of Celery #C0CC4E
RGB
CMYK
RGB Variations
Color information
#C0CC4E (or 0xC0CC4E) is known color: Celery. HEX triplet: C0, CC and 4E. RGB value is (192,204,78). Sum of RGB (Red+Green+Blue) = 192+204+78=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC4E is #3F33B1. Grayscale: #BABABA. Windows color (decimal): -4142002 or 5164224. OLE color: 5164224.
HSL color Cylindrical-coordinate representation of color #C0CC4E: hue angle of 65.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0CC4E is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 78 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.2 |
| HSL | 65.71º | 0.55% | 0.55% | - |
| HSV(B) | 65.71º | 0.62% | 0.8% | - |
| XYZ | 44.71 | 54.94 | 15.46 | - |
| YUV | 186.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 78 | 0.06 | 0 | 0.62 | 0.2 | 65.71 | 0.55 | 0.55 |
| Hex | C0 | CC | 4E | 6 | 0 | 3E | 14 | 42 | 37 | 37 |
| Octal | 300 | 314 | 116 | 6 | 0 | 76 | 24 | 102 | 67 | 67 |
| Binary | 11000000 | 11001100 | 1001110 | 110 | 0 | 111110 | 10100 | 1000010 | 110111 | 110111 |
Color Harmonies of #C0CC4E
Complementary color
Monochromatic Colors of #C0CC4E
Black with #C0CC4E
Text Example
Text Example
White with #C0CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC4E; }
p { color: rgb(192,204,78); }
H1.HeaderClassName
{
color: #C0CC4E;
}
.AnyTagClassName
{
color: #C0CC4E;
}
</style>
background-color css
<style>
a { background-color: #C0CC4E; }
a { background-color: rgb(192,204,78); }
div.DivClassName
{
background-color: #C0CC4E;
}
.BgClassName
{
background-color: #C0CC4E;
}
</style>
border-color css
<style>
span { border-color: #C0CC4E; }
span { border-color: rgb(192,204,78); }
td.TdClassName
{
border-color: #C0CC4E;
}
.TagClassName
{
border-color: #C0CC4E;
}
</style>