Shades of Celery #C2CC4A
Tints of Celery #C2CC4A
RGB
CMYK
RGB Variations
Color information
#C2CC4A (or 0xC2CC4A) is known color: Celery. HEX triplet: C2, CC and 4A. RGB value is (194,204,74). Sum of RGB (Red+Green+Blue) = 194+204+74=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC4A is #3D33B5. Grayscale: #BABABA. Windows color (decimal): -4010934 or 4902082. OLE color: 4902082.
HSL color Cylindrical-coordinate representation of color #C2CC4A: hue angle of 64.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2CC4A is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 74 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.2 |
| HSL | 64.62º | 0.56% | 0.55% | - |
| HSV(B) | 64.62º | 0.64% | 0.8% | - |
| XYZ | 45.08 | 55.15 | 14.75 | - |
| YUV | 186.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 74 | 0.05 | 0 | 0.64 | 0.2 | 64.62 | 0.56 | 0.55 |
| Hex | C2 | CC | 4A | 5 | 0 | 40 | 14 | 41 | 38 | 37 |
| Octal | 302 | 314 | 112 | 5 | 0 | 100 | 24 | 101 | 70 | 67 |
| Binary | 11000010 | 11001100 | 1001010 | 101 | 0 | 1000000 | 10100 | 1000001 | 111000 | 110111 |
Color Harmonies of #C2CC4A
Complementary color
Monochromatic Colors of #C2CC4A
Black with #C2CC4A
Text Example
Text Example
White with #C2CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC4A; }
p { color: rgb(194,204,74); }
H1.HeaderClassName
{
color: #C2CC4A;
}
.AnyTagClassName
{
color: #C2CC4A;
}
</style>
background-color css
<style>
a { background-color: #C2CC4A; }
a { background-color: rgb(194,204,74); }
div.DivClassName
{
background-color: #C2CC4A;
}
.BgClassName
{
background-color: #C2CC4A;
}
</style>
border-color css
<style>
span { border-color: #C2CC4A; }
span { border-color: rgb(194,204,74); }
td.TdClassName
{
border-color: #C2CC4A;
}
.TagClassName
{
border-color: #C2CC4A;
}
</style>