Shades of Celery #C2CA4C
Tints of Celery #C2CA4C
RGB
CMYK
RGB Variations
Color information
#C2CA4C (or 0xC2CA4C) is known color: Celery. HEX triplet: C2, CA and 4C. RGB value is (194,202,76). Sum of RGB (Red+Green+Blue) = 194+202+76=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA4C is #3D35B3. Grayscale: #B9B9B9. Windows color (decimal): -4011444 or 5032642. OLE color: 5032642.
HSL color Cylindrical-coordinate representation of color #C2CA4C: hue angle of 63.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2CA4C is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 76 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.21 |
| HSL | 63.81º | 0.54% | 0.55% | - |
| HSV(B) | 63.81º | 0.62% | 0.79% | - |
| XYZ | 44.67 | 54.23 | 14.95 | - |
| YUV | 185.24 | 66.35 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 76 | 0.04 | 0 | 0.62 | 0.21 | 63.81 | 0.54 | 0.55 |
| Hex | C2 | CA | 4C | 4 | 0 | 3E | 15 | 40 | 36 | 37 |
| Octal | 302 | 312 | 114 | 4 | 0 | 76 | 25 | 100 | 66 | 67 |
| Binary | 11000010 | 11001010 | 1001100 | 100 | 0 | 111110 | 10101 | 1000000 | 110110 | 110111 |
Color Harmonies of #C2CA4C
Complementary color
Monochromatic Colors of #C2CA4C
Black with #C2CA4C
Text Example
Text Example
White with #C2CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA4C; }
p { color: rgb(194,202,76); }
H1.HeaderClassName
{
color: #C2CA4C;
}
.AnyTagClassName
{
color: #C2CA4C;
}
</style>
background-color css
<style>
a { background-color: #C2CA4C; }
a { background-color: rgb(194,202,76); }
div.DivClassName
{
background-color: #C2CA4C;
}
.BgClassName
{
background-color: #C2CA4C;
}
</style>
border-color css
<style>
span { border-color: #C2CA4C; }
span { border-color: rgb(194,202,76); }
td.TdClassName
{
border-color: #C2CA4C;
}
.TagClassName
{
border-color: #C2CA4C;
}
</style>