Shades of Celery #C0C53C
Tints of Celery #C0C53C
RGB
CMYK
RGB Variations
Color information
#C0C53C (or 0xC0C53C) is known color: Celery. HEX triplet: C0, C5 and 3C. RGB value is (192,197,60). Sum of RGB (Red+Green+Blue) = 192+197+60=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C53C is #3F3AC3. Grayscale: #B4B4B4. Windows color (decimal): -4143812 or 3982784. OLE color: 3982784.
HSL color Cylindrical-coordinate representation of color #C0C53C: hue angle of 62.19º 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 #C0C53C is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 60 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.23 |
| HSL | 62.19º | 0.54% | 0.5% | - |
| HSV(B) | 62.19º | 0.7% | 0.77% | - |
| XYZ | 42.52 | 51.47 | 11.97 | - |
| YUV | 179.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 60 | 0.03 | 0 | 0.70 | 0.23 | 62.19 | 0.54 | 0.5 |
| Hex | C0 | C5 | 3C | 3 | 0 | 46 | 17 | 3E | 36 | 32 |
| Octal | 300 | 305 | 74 | 3 | 0 | 106 | 27 | 76 | 66 | 62 |
| Binary | 11000000 | 11000101 | 111100 | 11 | 0 | 1000110 | 10111 | 111110 | 110110 | 110010 |
Color Harmonies of #C0C53C
Complementary color
Monochromatic Colors of #C0C53C
Black with #C0C53C
Text Example
Text Example
White with #C0C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C53C; }
p { color: rgb(192,197,60); }
H1.HeaderClassName
{
color: #C0C53C;
}
.AnyTagClassName
{
color: #C0C53C;
}
</style>
background-color css
<style>
a { background-color: #C0C53C; }
a { background-color: rgb(192,197,60); }
div.DivClassName
{
background-color: #C0C53C;
}
.BgClassName
{
background-color: #C0C53C;
}
</style>
border-color css
<style>
span { border-color: #C0C53C; }
span { border-color: rgb(192,197,60); }
td.TdClassName
{
border-color: #C0C53C;
}
.TagClassName
{
border-color: #C0C53C;
}
</style>