Shades of Celery #C0CB41
Tints of Celery #C0CB41
RGB
CMYK
RGB Variations
Color information
#C0CB41 (or 0xC0CB41) is known color: Celery. HEX triplet: C0, CB and 41. RGB value is (192,203,65). Sum of RGB (Red+Green+Blue) = 192+203+65=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB41 is #3F34BE. Grayscale: #B8B8B8. Windows color (decimal): -4142271 or 4312000. OLE color: 4312000.
HSL color Cylindrical-coordinate representation of color #C0CB41: hue angle of 64.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0CB41 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 65 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.20 |
| HSL | 64.78º | 0.57% | 0.53% | - |
| HSV(B) | 64.78º | 0.68% | 0.8% | - |
| XYZ | 44.05 | 54.3 | 13.16 | - |
| YUV | 183.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 65 | 0.05 | 0 | 0.68 | 0.20 | 64.78 | 0.57 | 0.53 |
| Hex | C0 | CB | 41 | 5 | 0 | 44 | 14 | 41 | 39 | 35 |
| Octal | 300 | 313 | 101 | 5 | 0 | 104 | 24 | 101 | 71 | 65 |
| Binary | 11000000 | 11001011 | 1000001 | 101 | 0 | 1000100 | 10100 | 1000001 | 111001 | 110101 |
Color Harmonies of #C0CB41
Complementary color
Monochromatic Colors of #C0CB41
Black with #C0CB41
Text Example
Text Example
White with #C0CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB41; }
p { color: rgb(192,203,65); }
H1.HeaderClassName
{
color: #C0CB41;
}
.AnyTagClassName
{
color: #C0CB41;
}
</style>
background-color css
<style>
a { background-color: #C0CB41; }
a { background-color: rgb(192,203,65); }
div.DivClassName
{
background-color: #C0CB41;
}
.BgClassName
{
background-color: #C0CB41;
}
</style>
border-color css
<style>
span { border-color: #C0CB41; }
span { border-color: rgb(192,203,65); }
td.TdClassName
{
border-color: #C0CB41;
}
.TagClassName
{
border-color: #C0CB41;
}
</style>