Shades of Celery #C0CA40
Tints of Celery #C0CA40
RGB
CMYK
RGB Variations
Color information
#C0CA40 (or 0xC0CA40) is known color: Celery. HEX triplet: C0, CA and 40. RGB value is (192,202,64). Sum of RGB (Red+Green+Blue) = 192+202+64=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA40 is #3F35BF. Grayscale: #B7B7B7. Windows color (decimal): -4142528 or 4246208. OLE color: 4246208.
HSL color Cylindrical-coordinate representation of color #C0CA40: hue angle of 64.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0CA40 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 64 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.21 |
| HSL | 64.35º | 0.57% | 0.52% | - |
| HSV(B) | 64.35º | 0.68% | 0.79% | - |
| XYZ | 43.78 | 53.82 | 12.93 | - |
| YUV | 183.28 | 60.69 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 64 | 0.05 | 0 | 0.68 | 0.21 | 64.35 | 0.57 | 0.52 |
| Hex | C0 | CA | 40 | 5 | 0 | 44 | 15 | 40 | 39 | 34 |
| Octal | 300 | 312 | 100 | 5 | 0 | 104 | 25 | 100 | 71 | 64 |
| Binary | 11000000 | 11001010 | 1000000 | 101 | 0 | 1000100 | 10101 | 1000000 | 111001 | 110100 |
Color Harmonies of #C0CA40
Complementary color
Monochromatic Colors of #C0CA40
Black with #C0CA40
Text Example
Text Example
White with #C0CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA40; }
p { color: rgb(192,202,64); }
H1.HeaderClassName
{
color: #C0CA40;
}
.AnyTagClassName
{
color: #C0CA40;
}
</style>
background-color css
<style>
a { background-color: #C0CA40; }
a { background-color: rgb(192,202,64); }
div.DivClassName
{
background-color: #C0CA40;
}
.BgClassName
{
background-color: #C0CA40;
}
</style>
border-color css
<style>
span { border-color: #C0CA40; }
span { border-color: rgb(192,202,64); }
td.TdClassName
{
border-color: #C0CA40;
}
.TagClassName
{
border-color: #C0CA40;
}
</style>