Shades of Celery #C0C43D
Tints of Celery #C0C43D
RGB
CMYK
RGB Variations
Color information
#C0C43D (or 0xC0C43D) is known color: Celery. HEX triplet: C0, C4 and 3D. RGB value is (192,196,61). Sum of RGB (Red+Green+Blue) = 192+196+61=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C43D is #3F3BC2. Grayscale: #B3B3B3. Windows color (decimal): -4144067 or 4048064. OLE color: 4048064.
HSL color Cylindrical-coordinate representation of color #C0C43D: hue angle of 61.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0C43D is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 61 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.23 |
| HSL | 61.78º | 0.53% | 0.5% | - |
| HSV(B) | 61.78º | 0.69% | 0.77% | - |
| XYZ | 42.32 | 51.02 | 12.03 | - |
| YUV | 179.41 | 61.17 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 61 | 0.02 | 0 | 0.69 | 0.23 | 61.78 | 0.53 | 0.5 |
| Hex | C0 | C4 | 3D | 2 | 0 | 45 | 17 | 3E | 35 | 32 |
| Octal | 300 | 304 | 75 | 2 | 0 | 105 | 27 | 76 | 65 | 62 |
| Binary | 11000000 | 11000100 | 111101 | 10 | 0 | 1000101 | 10111 | 111110 | 110101 | 110010 |
Color Harmonies of #C0C43D
Complementary color
Monochromatic Colors of #C0C43D
Black with #C0C43D
Text Example
Text Example
White with #C0C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C43D; }
p { color: rgb(192,196,61); }
H1.HeaderClassName
{
color: #C0C43D;
}
.AnyTagClassName
{
color: #C0C43D;
}
</style>
background-color css
<style>
a { background-color: #C0C43D; }
a { background-color: rgb(192,196,61); }
div.DivClassName
{
background-color: #C0C43D;
}
.BgClassName
{
background-color: #C0C43D;
}
</style>
border-color css
<style>
span { border-color: #C0C43D; }
span { border-color: rgb(192,196,61); }
td.TdClassName
{
border-color: #C0C43D;
}
.TagClassName
{
border-color: #C0C43D;
}
</style>