Shades of Celery #C0C24D
Tints of Celery #C0C24D
RGB
CMYK
RGB Variations
Color information
#C0C24D (or 0xC0C24D) is known color: Celery. HEX triplet: C0, C2 and 4D. RGB value is (192,194,77). Sum of RGB (Red+Green+Blue) = 192+194+77=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C24D is #3F3DB2. Grayscale: #B4B4B4. Windows color (decimal): -4144563 or 5096128. OLE color: 5096128.
HSL color Cylindrical-coordinate representation of color #C0C24D: hue angle of 61.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0C24D is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 77 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.24 |
| HSL | 61.03º | 0.49% | 0.53% | - |
| HSV(B) | 61.03º | 0.6% | 0.76% | - |
| XYZ | 42.37 | 50.33 | 14.5 | - |
| YUV | 180.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 77 | 0.01 | 0 | 0.60 | 0.24 | 61.03 | 0.49 | 0.53 |
| Hex | C0 | C2 | 4D | 1 | 0 | 3C | 18 | 3D | 31 | 35 |
| Octal | 300 | 302 | 115 | 1 | 0 | 74 | 30 | 75 | 61 | 65 |
| Binary | 11000000 | 11000010 | 1001101 | 1 | 0 | 111100 | 11000 | 111101 | 110001 | 110101 |
Color Harmonies of #C0C24D
Complementary color
Monochromatic Colors of #C0C24D
Black with #C0C24D
Text Example
Text Example
White with #C0C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C24D; }
p { color: rgb(192,194,77); }
H1.HeaderClassName
{
color: #C0C24D;
}
.AnyTagClassName
{
color: #C0C24D;
}
</style>
background-color css
<style>
a { background-color: #C0C24D; }
a { background-color: rgb(192,194,77); }
div.DivClassName
{
background-color: #C0C24D;
}
.BgClassName
{
background-color: #C0C24D;
}
</style>
border-color css
<style>
span { border-color: #C0C24D; }
span { border-color: rgb(192,194,77); }
td.TdClassName
{
border-color: #C0C24D;
}
.TagClassName
{
border-color: #C0C24D;
}
</style>