Shades of Celery #C0CA41
Tints of Celery #C0CA41
RGB
CMYK
RGB Variations
Color information
#C0CA41 (or 0xC0CA41) is known color: Celery. HEX triplet: C0, CA and 41. RGB value is (192,202,65). Sum of RGB (Red+Green+Blue) = 192+202+65=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA41 is #3F35BE. Grayscale: #B7B7B7. Windows color (decimal): -4142527 or 4311744. OLE color: 4311744.
HSL color Cylindrical-coordinate representation of color #C0CA41: hue angle of 64.38º degrees, saturation: 0.56, 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 #C0CA41 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 65 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.21 |
| HSL | 64.38º | 0.56% | 0.52% | - |
| HSV(B) | 64.38º | 0.68% | 0.79% | - |
| XYZ | 43.81 | 53.83 | 13.08 | - |
| YUV | 183.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 65 | 0.05 | 0 | 0.68 | 0.21 | 64.38 | 0.56 | 0.52 |
| Hex | C0 | CA | 41 | 5 | 0 | 44 | 15 | 40 | 38 | 34 |
| Octal | 300 | 312 | 101 | 5 | 0 | 104 | 25 | 100 | 70 | 64 |
| Binary | 11000000 | 11001010 | 1000001 | 101 | 0 | 1000100 | 10101 | 1000000 | 111000 | 110100 |
Color Harmonies of #C0CA41
Complementary color
Monochromatic Colors of #C0CA41
Black with #C0CA41
Text Example
Text Example
White with #C0CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA41; }
p { color: rgb(192,202,65); }
H1.HeaderClassName
{
color: #C0CA41;
}
.AnyTagClassName
{
color: #C0CA41;
}
</style>
background-color css
<style>
a { background-color: #C0CA41; }
a { background-color: rgb(192,202,65); }
div.DivClassName
{
background-color: #C0CA41;
}
.BgClassName
{
background-color: #C0CA41;
}
</style>
border-color css
<style>
span { border-color: #C0CA41; }
span { border-color: rgb(192,202,65); }
td.TdClassName
{
border-color: #C0CA41;
}
.TagClassName
{
border-color: #C0CA41;
}
</style>