Shades of Celery #C0C44C
Tints of Celery #C0C44C
RGB
CMYK
RGB Variations
Color information
#C0C44C (or 0xC0C44C) is known color: Celery. HEX triplet: C0, C4 and 4C. RGB value is (192,196,76). Sum of RGB (Red+Green+Blue) = 192+196+76=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C44C is #3F3BB3. Grayscale: #B5B5B5. Windows color (decimal): -4144052 or 5031104. OLE color: 5031104.
HSL color Cylindrical-coordinate representation of color #C0C44C: hue angle of 62º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0C44C is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 76 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.23 |
| HSL | 62º | 0.5% | 0.53% | - |
| HSV(B) | 62º | 0.61% | 0.77% | - |
| XYZ | 42.78 | 51.21 | 14.47 | - |
| YUV | 181.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 76 | 0.02 | 0 | 0.61 | 0.23 | 62 | 0.5 | 0.53 |
| Hex | C0 | C4 | 4C | 2 | 0 | 3D | 17 | 3E | 32 | 35 |
| Octal | 300 | 304 | 114 | 2 | 0 | 75 | 27 | 76 | 62 | 65 |
| Binary | 11000000 | 11000100 | 1001100 | 10 | 0 | 111101 | 10111 | 111110 | 110010 | 110101 |
Color Harmonies of #C0C44C
Complementary color
Monochromatic Colors of #C0C44C
Black with #C0C44C
Text Example
Text Example
White with #C0C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C44C; }
p { color: rgb(192,196,76); }
H1.HeaderClassName
{
color: #C0C44C;
}
.AnyTagClassName
{
color: #C0C44C;
}
</style>
background-color css
<style>
a { background-color: #C0C44C; }
a { background-color: rgb(192,196,76); }
div.DivClassName
{
background-color: #C0C44C;
}
.BgClassName
{
background-color: #C0C44C;
}
</style>
border-color css
<style>
span { border-color: #C0C44C; }
span { border-color: rgb(192,196,76); }
td.TdClassName
{
border-color: #C0C44C;
}
.TagClassName
{
border-color: #C0C44C;
}
</style>