Shades of Celery #C0C14F
Tints of Celery #C0C14F
RGB
CMYK
RGB Variations
Color information
#C0C14F (or 0xC0C14F) is known color: Celery. HEX triplet: C0, C1 and 4F. RGB value is (192,193,79). Sum of RGB (Red+Green+Blue) = 192+193+79=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C14F is #3F3EB0. Grayscale: #B4B4B4. Windows color (decimal): -4144817 or 5226944. OLE color: 5226944.
HSL color Cylindrical-coordinate representation of color #C0C14F: hue angle of 60.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0C14F is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 79 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.24 |
| HSL | 60.53º | 0.48% | 0.53% | - |
| HSV(B) | 60.53º | 0.59% | 0.76% | - |
| XYZ | 42.22 | 49.91 | 14.81 | - |
| YUV | 179.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 79 | 0.01 | 0 | 0.59 | 0.24 | 60.53 | 0.48 | 0.53 |
| Hex | C0 | C1 | 4F | 1 | 0 | 3B | 18 | 3D | 30 | 35 |
| Octal | 300 | 301 | 117 | 1 | 0 | 73 | 30 | 75 | 60 | 65 |
| Binary | 11000000 | 11000001 | 1001111 | 1 | 0 | 111011 | 11000 | 111101 | 110000 | 110101 |
Color Harmonies of #C0C14F
Complementary color
Monochromatic Colors of #C0C14F
Black with #C0C14F
Text Example
Text Example
White with #C0C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C14F; }
p { color: rgb(192,193,79); }
H1.HeaderClassName
{
color: #C0C14F;
}
.AnyTagClassName
{
color: #C0C14F;
}
</style>
background-color css
<style>
a { background-color: #C0C14F; }
a { background-color: rgb(192,193,79); }
div.DivClassName
{
background-color: #C0C14F;
}
.BgClassName
{
background-color: #C0C14F;
}
</style>
border-color css
<style>
span { border-color: #C0C14F; }
span { border-color: rgb(192,193,79); }
td.TdClassName
{
border-color: #C0C14F;
}
.TagClassName
{
border-color: #C0C14F;
}
</style>