Shades of Celery #C0C84E
Tints of Celery #C0C84E
RGB
CMYK
RGB Variations
Color information
#C0C84E (or 0xC0C84E) is known color: Celery. HEX triplet: C0, C8 and 4E. RGB value is (192,200,78). Sum of RGB (Red+Green+Blue) = 192+200+78=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C84E is #3F37B1. Grayscale: #B8B8B8. Windows color (decimal): -4143026 or 5163200. OLE color: 5163200.
HSL color Cylindrical-coordinate representation of color #C0C84E: hue angle of 63.93º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0C84E is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 78 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.22 |
| HSL | 63.93º | 0.53% | 0.55% | - |
| HSV(B) | 63.93º | 0.61% | 0.78% | - |
| XYZ | 43.77 | 53.07 | 15.14 | - |
| YUV | 183.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 78 | 0.04 | 0 | 0.61 | 0.22 | 63.93 | 0.53 | 0.55 |
| Hex | C0 | C8 | 4E | 4 | 0 | 3D | 16 | 40 | 35 | 37 |
| Octal | 300 | 310 | 116 | 4 | 0 | 75 | 26 | 100 | 65 | 67 |
| Binary | 11000000 | 11001000 | 1001110 | 100 | 0 | 111101 | 10110 | 1000000 | 110101 | 110111 |
Color Harmonies of #C0C84E
Complementary color
Monochromatic Colors of #C0C84E
Black with #C0C84E
Text Example
Text Example
White with #C0C84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C84E; }
p { color: rgb(192,200,78); }
H1.HeaderClassName
{
color: #C0C84E;
}
.AnyTagClassName
{
color: #C0C84E;
}
</style>
background-color css
<style>
a { background-color: #C0C84E; }
a { background-color: rgb(192,200,78); }
div.DivClassName
{
background-color: #C0C84E;
}
.BgClassName
{
background-color: #C0C84E;
}
</style>
border-color css
<style>
span { border-color: #C0C84E; }
span { border-color: rgb(192,200,78); }
td.TdClassName
{
border-color: #C0C84E;
}
.TagClassName
{
border-color: #C0C84E;
}
</style>