Shades of Celery #C0D048
Tints of Celery #C0D048
RGB
CMYK
RGB Variations
Color information
#C0D048 (or 0xC0D048) is known color: Celery. HEX triplet: C0, D0 and 48. RGB value is (192,208,72). Sum of RGB (Red+Green+Blue) = 192+208+72=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D048 is #3F2FB7. Grayscale: #BCBCBC. Windows color (decimal): -4140984 or 4772032. OLE color: 4772032.
HSL color Cylindrical-coordinate representation of color #C0D048: hue angle of 67.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0D048 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 72 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.18 |
| HSL | 67.06º | 0.59% | 0.55% | - |
| HSV(B) | 67.06º | 0.65% | 0.82% | - |
| XYZ | 45.46 | 56.79 | 14.7 | - |
| YUV | 187.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 72 | 0.08 | 0 | 0.65 | 0.18 | 67.06 | 0.59 | 0.55 |
| Hex | C0 | D0 | 48 | 8 | 0 | 41 | 12 | 43 | 3B | 37 |
| Octal | 300 | 320 | 110 | 10 | 0 | 101 | 22 | 103 | 73 | 67 |
| Binary | 11000000 | 11010000 | 1001000 | 1000 | 0 | 1000001 | 10010 | 1000011 | 111011 | 110111 |
Color Harmonies of #C0D048
Complementary color
Monochromatic Colors of #C0D048
Black with #C0D048
Text Example
Text Example
White with #C0D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D048; }
p { color: rgb(192,208,72); }
H1.HeaderClassName
{
color: #C0D048;
}
.AnyTagClassName
{
color: #C0D048;
}
</style>
background-color css
<style>
a { background-color: #C0D048; }
a { background-color: rgb(192,208,72); }
div.DivClassName
{
background-color: #C0D048;
}
.BgClassName
{
background-color: #C0D048;
}
</style>
border-color css
<style>
span { border-color: #C0D048; }
span { border-color: rgb(192,208,72); }
td.TdClassName
{
border-color: #C0D048;
}
.TagClassName
{
border-color: #C0D048;
}
</style>