Shades of Celery #C2CC4E
Tints of Celery #C2CC4E
RGB
CMYK
RGB Variations
Color information
#C2CC4E (or 0xC2CC4E) is known color: Celery. HEX triplet: C2, CC and 4E. RGB value is (194,204,78). Sum of RGB (Red+Green+Blue) = 194+204+78=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC4E is #3D33B1. Grayscale: #BBBBBB. Windows color (decimal): -4010930 or 5164226. OLE color: 5164226.
HSL color Cylindrical-coordinate representation of color #C2CC4E: hue angle of 64.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2CC4E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 78 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.2 |
| HSL | 64.76º | 0.55% | 0.55% | - |
| HSV(B) | 64.76º | 0.62% | 0.8% | - |
| XYZ | 45.22 | 55.21 | 15.48 | - |
| YUV | 186.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 78 | 0.05 | 0 | 0.62 | 0.2 | 64.76 | 0.55 | 0.55 |
| Hex | C2 | CC | 4E | 5 | 0 | 3E | 14 | 41 | 37 | 37 |
| Octal | 302 | 314 | 116 | 5 | 0 | 76 | 24 | 101 | 67 | 67 |
| Binary | 11000010 | 11001100 | 1001110 | 101 | 0 | 111110 | 10100 | 1000001 | 110111 | 110111 |
Color Harmonies of #C2CC4E
Complementary color
Monochromatic Colors of #C2CC4E
Black with #C2CC4E
Text Example
Text Example
White with #C2CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC4E; }
p { color: rgb(194,204,78); }
H1.HeaderClassName
{
color: #C2CC4E;
}
.AnyTagClassName
{
color: #C2CC4E;
}
</style>
background-color css
<style>
a { background-color: #C2CC4E; }
a { background-color: rgb(194,204,78); }
div.DivClassName
{
background-color: #C2CC4E;
}
.BgClassName
{
background-color: #C2CC4E;
}
</style>
border-color css
<style>
span { border-color: #C2CC4E; }
span { border-color: rgb(194,204,78); }
td.TdClassName
{
border-color: #C2CC4E;
}
.TagClassName
{
border-color: #C2CC4E;
}
</style>