Shades of Celery #C0CA48
Tints of Celery #C0CA48
RGB
CMYK
RGB Variations
Color information
#C0CA48 (or 0xC0CA48) is known color: Celery. HEX triplet: C0, CA and 48. RGB value is (192,202,72). Sum of RGB (Red+Green+Blue) = 192+202+72=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA48 is #3F35B7. Grayscale: #B8B8B8. Windows color (decimal): -4142520 or 4770496. OLE color: 4770496.
HSL color Cylindrical-coordinate representation of color #C0CA48: hue angle of 64.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0CA48 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 72 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.21 |
| HSL | 64.62º | 0.55% | 0.54% | - |
| HSV(B) | 64.62º | 0.64% | 0.79% | - |
| XYZ | 44.03 | 53.92 | 14.22 | - |
| YUV | 184.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 72 | 0.05 | 0 | 0.64 | 0.21 | 64.62 | 0.55 | 0.54 |
| Hex | C0 | CA | 48 | 5 | 0 | 40 | 15 | 41 | 37 | 36 |
| Octal | 300 | 312 | 110 | 5 | 0 | 100 | 25 | 101 | 67 | 66 |
| Binary | 11000000 | 11001010 | 1001000 | 101 | 0 | 1000000 | 10101 | 1000001 | 110111 | 110110 |
Color Harmonies of #C0CA48
Complementary color
Monochromatic Colors of #C0CA48
Black with #C0CA48
Text Example
Text Example
White with #C0CA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA48; }
p { color: rgb(192,202,72); }
H1.HeaderClassName
{
color: #C0CA48;
}
.AnyTagClassName
{
color: #C0CA48;
}
</style>
background-color css
<style>
a { background-color: #C0CA48; }
a { background-color: rgb(192,202,72); }
div.DivClassName
{
background-color: #C0CA48;
}
.BgClassName
{
background-color: #C0CA48;
}
</style>
border-color css
<style>
span { border-color: #C0CA48; }
span { border-color: rgb(192,202,72); }
td.TdClassName
{
border-color: #C0CA48;
}
.TagClassName
{
border-color: #C0CA48;
}
</style>