Shades of Celery #C0CA4F
Tints of Celery #C0CA4F
RGB
CMYK
RGB Variations
Color information
#C0CA4F (or 0xC0CA4F) is known color: Celery. HEX triplet: C0, CA and 4F. RGB value is (192,202,79). Sum of RGB (Red+Green+Blue) = 192+202+79=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA4F is #3F35B0. Grayscale: #B9B9B9. Windows color (decimal): -4142513 or 5229248. OLE color: 5229248.
HSL color Cylindrical-coordinate representation of color #C0CA4F: hue angle of 64.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0CA4F is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 79 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.21 |
| HSL | 64.88º | 0.54% | 0.55% | - |
| HSV(B) | 64.88º | 0.61% | 0.79% | - |
| XYZ | 44.27 | 54.01 | 15.49 | - |
| YUV | 184.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 79 | 0.05 | 0 | 0.61 | 0.21 | 64.88 | 0.54 | 0.55 |
| Hex | C0 | CA | 4F | 5 | 0 | 3D | 15 | 41 | 36 | 37 |
| Octal | 300 | 312 | 117 | 5 | 0 | 75 | 25 | 101 | 66 | 67 |
| Binary | 11000000 | 11001010 | 1001111 | 101 | 0 | 111101 | 10101 | 1000001 | 110110 | 110111 |
Color Harmonies of #C0CA4F
Complementary color
Monochromatic Colors of #C0CA4F
Black with #C0CA4F
Text Example
Text Example
White with #C0CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA4F; }
p { color: rgb(192,202,79); }
H1.HeaderClassName
{
color: #C0CA4F;
}
.AnyTagClassName
{
color: #C0CA4F;
}
</style>
background-color css
<style>
a { background-color: #C0CA4F; }
a { background-color: rgb(192,202,79); }
div.DivClassName
{
background-color: #C0CA4F;
}
.BgClassName
{
background-color: #C0CA4F;
}
</style>
border-color css
<style>
span { border-color: #C0CA4F; }
span { border-color: rgb(192,202,79); }
td.TdClassName
{
border-color: #C0CA4F;
}
.TagClassName
{
border-color: #C0CA4F;
}
</style>