Shades of Celery #C0C24F
Tints of Celery #C0C24F
RGB
CMYK
RGB Variations
Color information
#C0C24F (or 0xC0C24F) is known color: Celery. HEX triplet: C0, C2 and 4F. RGB value is (192,194,79). Sum of RGB (Red+Green+Blue) = 192+194+79=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C24F is #3F3DB0. Grayscale: #B4B4B4. Windows color (decimal): -4144561 or 5227200. OLE color: 5227200.
HSL color Cylindrical-coordinate representation of color #C0C24F: hue angle of 61.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0C24F is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 79 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.24 |
| HSL | 61.04º | 0.49% | 0.54% | - |
| HSV(B) | 61.04º | 0.59% | 0.76% | - |
| XYZ | 42.44 | 50.35 | 14.88 | - |
| YUV | 180.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 79 | 0.01 | 0 | 0.59 | 0.24 | 61.04 | 0.49 | 0.54 |
| Hex | C0 | C2 | 4F | 1 | 0 | 3B | 18 | 3D | 31 | 36 |
| Octal | 300 | 302 | 117 | 1 | 0 | 73 | 30 | 75 | 61 | 66 |
| Binary | 11000000 | 11000010 | 1001111 | 1 | 0 | 111011 | 11000 | 111101 | 110001 | 110110 |
Color Harmonies of #C0C24F
Complementary color
Monochromatic Colors of #C0C24F
Black with #C0C24F
Text Example
Text Example
White with #C0C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C24F; }
p { color: rgb(192,194,79); }
H1.HeaderClassName
{
color: #C0C24F;
}
.AnyTagClassName
{
color: #C0C24F;
}
</style>
background-color css
<style>
a { background-color: #C0C24F; }
a { background-color: rgb(192,194,79); }
div.DivClassName
{
background-color: #C0C24F;
}
.BgClassName
{
background-color: #C0C24F;
}
</style>
border-color css
<style>
span { border-color: #C0C24F; }
span { border-color: rgb(192,194,79); }
td.TdClassName
{
border-color: #C0C24F;
}
.TagClassName
{
border-color: #C0C24F;
}
</style>