Shades of Celery #C0C43A
Tints of Celery #C0C43A
RGB
CMYK
RGB Variations
Color information
#C0C43A (or 0xC0C43A) is known color: Celery. HEX triplet: C0, C4 and 3A. RGB value is (192,196,58). Sum of RGB (Red+Green+Blue) = 192+196+58=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C43A is #3F3BC5. Grayscale: #B3B3B3. Windows color (decimal): -4144070 or 3851456. OLE color: 3851456.
HSL color Cylindrical-coordinate representation of color #C0C43A: hue angle of 61.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C43A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 58 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.23 |
| HSL | 61.74º | 0.54% | 0.5% | - |
| HSV(B) | 61.74º | 0.7% | 0.77% | - |
| XYZ | 42.24 | 50.99 | 11.62 | - |
| YUV | 179.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 58 | 0.02 | 0 | 0.70 | 0.23 | 61.74 | 0.54 | 0.5 |
| Hex | C0 | C4 | 3A | 2 | 0 | 46 | 17 | 3E | 36 | 32 |
| Octal | 300 | 304 | 72 | 2 | 0 | 106 | 27 | 76 | 66 | 62 |
| Binary | 11000000 | 11000100 | 111010 | 10 | 0 | 1000110 | 10111 | 111110 | 110110 | 110010 |
Color Harmonies of #C0C43A
Complementary color
Monochromatic Colors of #C0C43A
Black with #C0C43A
Text Example
Text Example
White with #C0C43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C43A; }
p { color: rgb(192,196,58); }
H1.HeaderClassName
{
color: #C0C43A;
}
.AnyTagClassName
{
color: #C0C43A;
}
</style>
background-color css
<style>
a { background-color: #C0C43A; }
a { background-color: rgb(192,196,58); }
div.DivClassName
{
background-color: #C0C43A;
}
.BgClassName
{
background-color: #C0C43A;
}
</style>
border-color css
<style>
span { border-color: #C0C43A; }
span { border-color: rgb(192,196,58); }
td.TdClassName
{
border-color: #C0C43A;
}
.TagClassName
{
border-color: #C0C43A;
}
</style>