Shades of Celery #C0C44F
Tints of Celery #C0C44F
RGB
CMYK
RGB Variations
Color information
#C0C44F (or 0xC0C44F) is known color: Celery. HEX triplet: C0, C4 and 4F. RGB value is (192,196,79). Sum of RGB (Red+Green+Blue) = 192+196+79=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C44F is #3F3BB0. Grayscale: #B5B5B5. Windows color (decimal): -4144049 or 5227712. OLE color: 5227712.
HSL color Cylindrical-coordinate representation of color #C0C44F: hue angle of 62.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0C44F is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 79 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.23 |
| HSL | 62.05º | 0.5% | 0.54% | - |
| HSV(B) | 62.05º | 0.6% | 0.77% | - |
| XYZ | 42.89 | 51.25 | 15.03 | - |
| YUV | 181.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 79 | 0.02 | 0 | 0.60 | 0.23 | 62.05 | 0.5 | 0.54 |
| Hex | C0 | C4 | 4F | 2 | 0 | 3C | 17 | 3E | 32 | 36 |
| Octal | 300 | 304 | 117 | 2 | 0 | 74 | 27 | 76 | 62 | 66 |
| Binary | 11000000 | 11000100 | 1001111 | 10 | 0 | 111100 | 10111 | 111110 | 110010 | 110110 |
Color Harmonies of #C0C44F
Complementary color
Monochromatic Colors of #C0C44F
Black with #C0C44F
Text Example
Text Example
White with #C0C44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C44F; }
p { color: rgb(192,196,79); }
H1.HeaderClassName
{
color: #C0C44F;
}
.AnyTagClassName
{
color: #C0C44F;
}
</style>
background-color css
<style>
a { background-color: #C0C44F; }
a { background-color: rgb(192,196,79); }
div.DivClassName
{
background-color: #C0C44F;
}
.BgClassName
{
background-color: #C0C44F;
}
</style>
border-color css
<style>
span { border-color: #C0C44F; }
span { border-color: rgb(192,196,79); }
td.TdClassName
{
border-color: #C0C44F;
}
.TagClassName
{
border-color: #C0C44F;
}
</style>