Shades of Celery #C0CA4E
Tints of Celery #C0CA4E
RGB
CMYK
RGB Variations
Color information
#C0CA4E (or 0xC0CA4E) is known color: Celery. HEX triplet: C0, CA and 4E. RGB value is (192,202,78). Sum of RGB (Red+Green+Blue) = 192+202+78=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA4E is #3F35B1. Grayscale: #B9B9B9. Windows color (decimal): -4142514 or 5163712. OLE color: 5163712.
HSL color Cylindrical-coordinate representation of color #C0CA4E: hue angle of 64.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0CA4E is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 78 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.21 |
| HSL | 64.84º | 0.54% | 0.55% | - |
| HSV(B) | 64.84º | 0.61% | 0.79% | - |
| XYZ | 44.23 | 54 | 15.3 | - |
| YUV | 184.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 78 | 0.05 | 0 | 0.61 | 0.21 | 64.84 | 0.54 | 0.55 |
| Hex | C0 | CA | 4E | 5 | 0 | 3D | 15 | 41 | 36 | 37 |
| Octal | 300 | 312 | 116 | 5 | 0 | 75 | 25 | 101 | 66 | 67 |
| Binary | 11000000 | 11001010 | 1001110 | 101 | 0 | 111101 | 10101 | 1000001 | 110110 | 110111 |
Color Harmonies of #C0CA4E
Complementary color
Monochromatic Colors of #C0CA4E
Black with #C0CA4E
Text Example
Text Example
White with #C0CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA4E; }
p { color: rgb(192,202,78); }
H1.HeaderClassName
{
color: #C0CA4E;
}
.AnyTagClassName
{
color: #C0CA4E;
}
</style>
background-color css
<style>
a { background-color: #C0CA4E; }
a { background-color: rgb(192,202,78); }
div.DivClassName
{
background-color: #C0CA4E;
}
.BgClassName
{
background-color: #C0CA4E;
}
</style>
border-color css
<style>
span { border-color: #C0CA4E; }
span { border-color: rgb(192,202,78); }
td.TdClassName
{
border-color: #C0CA4E;
}
.TagClassName
{
border-color: #C0CA4E;
}
</style>