Shades of Celery #C0C24A
Tints of Celery #C0C24A
RGB
CMYK
RGB Variations
Color information
#C0C24A (or 0xC0C24A) is known color: Celery. HEX triplet: C0, C2 and 4A. RGB value is (192,194,74). Sum of RGB (Red+Green+Blue) = 192+194+74=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C24A is #3F3DB5. Grayscale: #B4B4B4. Windows color (decimal): -4144566 or 4899520. OLE color: 4899520.
HSL color Cylindrical-coordinate representation of color #C0C24A: hue angle of 61º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0C24A is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 74 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.24 |
| HSL | 61º | 0.5% | 0.53% | - |
| HSV(B) | 61º | 0.62% | 0.76% | - |
| XYZ | 42.27 | 50.28 | 13.96 | - |
| YUV | 179.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 74 | 0.01 | 0 | 0.62 | 0.24 | 61 | 0.5 | 0.53 |
| Hex | C0 | C2 | 4A | 1 | 0 | 3E | 18 | 3D | 32 | 35 |
| Octal | 300 | 302 | 112 | 1 | 0 | 76 | 30 | 75 | 62 | 65 |
| Binary | 11000000 | 11000010 | 1001010 | 1 | 0 | 111110 | 11000 | 111101 | 110010 | 110101 |
Color Harmonies of #C0C24A
Complementary color
Monochromatic Colors of #C0C24A
Black with #C0C24A
Text Example
Text Example
White with #C0C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C24A; }
p { color: rgb(192,194,74); }
H1.HeaderClassName
{
color: #C0C24A;
}
.AnyTagClassName
{
color: #C0C24A;
}
</style>
background-color css
<style>
a { background-color: #C0C24A; }
a { background-color: rgb(192,194,74); }
div.DivClassName
{
background-color: #C0C24A;
}
.BgClassName
{
background-color: #C0C24A;
}
</style>
border-color css
<style>
span { border-color: #C0C24A; }
span { border-color: rgb(192,194,74); }
td.TdClassName
{
border-color: #C0C24A;
}
.TagClassName
{
border-color: #C0C24A;
}
</style>