Shades of Celery #C0C54A
Tints of Celery #C0C54A
RGB
CMYK
RGB Variations
Color information
#C0C54A (or 0xC0C54A) is known color: Celery. HEX triplet: C0, C5 and 4A. RGB value is (192,197,74). Sum of RGB (Red+Green+Blue) = 192+197+74=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C54A is #3F3AB5. Grayscale: #B5B5B5. Windows color (decimal): -4143798 or 4900288. OLE color: 4900288.
HSL color Cylindrical-coordinate representation of color #C0C54A: hue angle of 62.44º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0C54A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 74 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.23 |
| HSL | 62.44º | 0.51% | 0.53% | - |
| HSV(B) | 62.44º | 0.62% | 0.77% | - |
| XYZ | 42.94 | 51.63 | 14.18 | - |
| YUV | 181.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 74 | 0.03 | 0 | 0.62 | 0.23 | 62.44 | 0.51 | 0.53 |
| Hex | C0 | C5 | 4A | 3 | 0 | 3E | 17 | 3E | 33 | 35 |
| Octal | 300 | 305 | 112 | 3 | 0 | 76 | 27 | 76 | 63 | 65 |
| Binary | 11000000 | 11000101 | 1001010 | 11 | 0 | 111110 | 10111 | 111110 | 110011 | 110101 |
Color Harmonies of #C0C54A
Complementary color
Monochromatic Colors of #C0C54A
Black with #C0C54A
Text Example
Text Example
White with #C0C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C54A; }
p { color: rgb(192,197,74); }
H1.HeaderClassName
{
color: #C0C54A;
}
.AnyTagClassName
{
color: #C0C54A;
}
</style>
background-color css
<style>
a { background-color: #C0C54A; }
a { background-color: rgb(192,197,74); }
div.DivClassName
{
background-color: #C0C54A;
}
.BgClassName
{
background-color: #C0C54A;
}
</style>
border-color css
<style>
span { border-color: #C0C54A; }
span { border-color: rgb(192,197,74); }
td.TdClassName
{
border-color: #C0C54A;
}
.TagClassName
{
border-color: #C0C54A;
}
</style>