Shades of Celery #C0CE4C
Tints of Celery #C0CE4C
RGB
CMYK
RGB Variations
Color information
#C0CE4C (or 0xC0CE4C) is known color: Celery. HEX triplet: C0, CE and 4C. RGB value is (192,206,76). Sum of RGB (Red+Green+Blue) = 192+206+76=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE4C is #3F31B3. Grayscale: #BBBBBB. Windows color (decimal): -4141492 or 5033664. OLE color: 5033664.
HSL color Cylindrical-coordinate representation of color #C0CE4C: hue angle of 66.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0CE4C is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 76 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.19 |
| HSL | 66.46º | 0.57% | 0.55% | - |
| HSV(B) | 66.46º | 0.63% | 0.81% | - |
| XYZ | 45.11 | 55.87 | 15.24 | - |
| YUV | 186.99 | 65.36 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 76 | 0.07 | 0 | 0.63 | 0.19 | 66.46 | 0.57 | 0.55 |
| Hex | C0 | CE | 4C | 7 | 0 | 3F | 13 | 42 | 39 | 37 |
| Octal | 300 | 316 | 114 | 7 | 0 | 77 | 23 | 102 | 71 | 67 |
| Binary | 11000000 | 11001110 | 1001100 | 111 | 0 | 111111 | 10011 | 1000010 | 111001 | 110111 |
Color Harmonies of #C0CE4C
Complementary color
Monochromatic Colors of #C0CE4C
Black with #C0CE4C
Text Example
Text Example
White with #C0CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE4C; }
p { color: rgb(192,206,76); }
H1.HeaderClassName
{
color: #C0CE4C;
}
.AnyTagClassName
{
color: #C0CE4C;
}
</style>
background-color css
<style>
a { background-color: #C0CE4C; }
a { background-color: rgb(192,206,76); }
div.DivClassName
{
background-color: #C0CE4C;
}
.BgClassName
{
background-color: #C0CE4C;
}
</style>
border-color css
<style>
span { border-color: #C0CE4C; }
span { border-color: rgb(192,206,76); }
td.TdClassName
{
border-color: #C0CE4C;
}
.TagClassName
{
border-color: #C0CE4C;
}
</style>