Shades of Celery #C0CD46
Tints of Celery #C0CD46
RGB
CMYK
RGB Variations
Color information
#C0CD46 (or 0xC0CD46) is known color: Celery. HEX triplet: C0, CD and 46. RGB value is (192,205,70). Sum of RGB (Red+Green+Blue) = 192+205+70=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD46 is #3F32B9. Grayscale: #BABABA. Windows color (decimal): -4141754 or 4640192. OLE color: 4640192.
HSL color Cylindrical-coordinate representation of color #C0CD46: hue angle of 65.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0CD46 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 70 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.20 |
| HSL | 65.78º | 0.57% | 0.54% | - |
| HSV(B) | 65.78º | 0.66% | 0.8% | - |
| XYZ | 44.68 | 55.31 | 14.12 | - |
| YUV | 185.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 70 | 0.06 | 0 | 0.66 | 0.20 | 65.78 | 0.57 | 0.54 |
| Hex | C0 | CD | 46 | 6 | 0 | 42 | 14 | 42 | 39 | 36 |
| Octal | 300 | 315 | 106 | 6 | 0 | 102 | 24 | 102 | 71 | 66 |
| Binary | 11000000 | 11001101 | 1000110 | 110 | 0 | 1000010 | 10100 | 1000010 | 111001 | 110110 |
Color Harmonies of #C0CD46
Complementary color
Monochromatic Colors of #C0CD46
Black with #C0CD46
Text Example
Text Example
White with #C0CD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD46; }
p { color: rgb(192,205,70); }
H1.HeaderClassName
{
color: #C0CD46;
}
.AnyTagClassName
{
color: #C0CD46;
}
</style>
background-color css
<style>
a { background-color: #C0CD46; }
a { background-color: rgb(192,205,70); }
div.DivClassName
{
background-color: #C0CD46;
}
.BgClassName
{
background-color: #C0CD46;
}
</style>
border-color css
<style>
span { border-color: #C0CD46; }
span { border-color: rgb(192,205,70); }
td.TdClassName
{
border-color: #C0CD46;
}
.TagClassName
{
border-color: #C0CD46;
}
</style>