Shades of Celery #C0CD49
Tints of Celery #C0CD49
RGB
CMYK
RGB Variations
Color information
#C0CD49 (or 0xC0CD49) is known color: Celery. HEX triplet: C0, CD and 49. RGB value is (192,205,73). Sum of RGB (Red+Green+Blue) = 192+205+73=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD49 is #3F32B6. Grayscale: #BABABA. Windows color (decimal): -4141751 or 4836800. OLE color: 4836800.
HSL color Cylindrical-coordinate representation of color #C0CD49: hue angle of 65.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0CD49 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 73 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.20 |
| HSL | 65.91º | 0.57% | 0.55% | - |
| HSV(B) | 65.91º | 0.64% | 0.8% | - |
| XYZ | 44.77 | 55.35 | 14.63 | - |
| YUV | 186.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 73 | 0.06 | 0 | 0.64 | 0.20 | 65.91 | 0.57 | 0.55 |
| Hex | C0 | CD | 49 | 6 | 0 | 40 | 14 | 42 | 39 | 37 |
| Octal | 300 | 315 | 111 | 6 | 0 | 100 | 24 | 102 | 71 | 67 |
| Binary | 11000000 | 11001101 | 1001001 | 110 | 0 | 1000000 | 10100 | 1000010 | 111001 | 110111 |
Color Harmonies of #C0CD49
Complementary color
Monochromatic Colors of #C0CD49
Black with #C0CD49
Text Example
Text Example
White with #C0CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD49; }
p { color: rgb(192,205,73); }
H1.HeaderClassName
{
color: #C0CD49;
}
.AnyTagClassName
{
color: #C0CD49;
}
</style>
background-color css
<style>
a { background-color: #C0CD49; }
a { background-color: rgb(192,205,73); }
div.DivClassName
{
background-color: #C0CD49;
}
.BgClassName
{
background-color: #C0CD49;
}
</style>
border-color css
<style>
span { border-color: #C0CD49; }
span { border-color: rgb(192,205,73); }
td.TdClassName
{
border-color: #C0CD49;
}
.TagClassName
{
border-color: #C0CD49;
}
</style>