Shades of Celery #C2CC4C
Tints of Celery #C2CC4C
RGB
CMYK
RGB Variations
Color information
#C2CC4C (or 0xC2CC4C) is known color: Celery. HEX triplet: C2, CC and 4C. RGB value is (194,204,76). Sum of RGB (Red+Green+Blue) = 194+204+76=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC4C is #3D33B3. Grayscale: #BABABA. Windows color (decimal): -4010932 or 5033154. OLE color: 5033154.
HSL color Cylindrical-coordinate representation of color #C2CC4C: hue angle of 64.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2CC4C is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 76 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.2 |
| HSL | 64.69º | 0.56% | 0.55% | - |
| HSV(B) | 64.69º | 0.63% | 0.8% | - |
| XYZ | 45.15 | 55.18 | 15.11 | - |
| YUV | 186.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 76 | 0.05 | 0 | 0.63 | 0.2 | 64.69 | 0.56 | 0.55 |
| Hex | C2 | CC | 4C | 5 | 0 | 3F | 14 | 41 | 38 | 37 |
| Octal | 302 | 314 | 114 | 5 | 0 | 77 | 24 | 101 | 70 | 67 |
| Binary | 11000010 | 11001100 | 1001100 | 101 | 0 | 111111 | 10100 | 1000001 | 111000 | 110111 |
Color Harmonies of #C2CC4C
Complementary color
Monochromatic Colors of #C2CC4C
Black with #C2CC4C
Text Example
Text Example
White with #C2CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC4C; }
p { color: rgb(194,204,76); }
H1.HeaderClassName
{
color: #C2CC4C;
}
.AnyTagClassName
{
color: #C2CC4C;
}
</style>
background-color css
<style>
a { background-color: #C2CC4C; }
a { background-color: rgb(194,204,76); }
div.DivClassName
{
background-color: #C2CC4C;
}
.BgClassName
{
background-color: #C2CC4C;
}
</style>
border-color css
<style>
span { border-color: #C2CC4C; }
span { border-color: rgb(194,204,76); }
td.TdClassName
{
border-color: #C2CC4C;
}
.TagClassName
{
border-color: #C2CC4C;
}
</style>