Shades of Celery #C2CD49
Tints of Celery #C2CD49
RGB
CMYK
RGB Variations
Color information
#C2CD49 (or 0xC2CD49) is known color: Celery. HEX triplet: C2, CD and 49. RGB value is (194,205,73). Sum of RGB (Red+Green+Blue) = 194+205+73=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD49 is #3D32B6. Grayscale: #BBBBBB. Windows color (decimal): -4010679 or 4836802. OLE color: 4836802.
HSL color Cylindrical-coordinate representation of color #C2CD49: hue angle of 65º degrees, saturation: 0.57, 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 #C2CD49 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 73 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.20 |
| HSL | 65º | 0.57% | 0.55% | - |
| HSV(B) | 65º | 0.64% | 0.8% | - |
| XYZ | 45.28 | 55.61 | 14.65 | - |
| YUV | 186.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 73 | 0.05 | 0 | 0.64 | 0.20 | 65 | 0.57 | 0.55 |
| Hex | C2 | CD | 49 | 5 | 0 | 40 | 14 | 41 | 39 | 37 |
| Octal | 302 | 315 | 111 | 5 | 0 | 100 | 24 | 101 | 71 | 67 |
| Binary | 11000010 | 11001101 | 1001001 | 101 | 0 | 1000000 | 10100 | 1000001 | 111001 | 110111 |
Color Harmonies of #C2CD49
Complementary color
Monochromatic Colors of #C2CD49
Black with #C2CD49
Text Example
Text Example
White with #C2CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD49; }
p { color: rgb(194,205,73); }
H1.HeaderClassName
{
color: #C2CD49;
}
.AnyTagClassName
{
color: #C2CD49;
}
</style>
background-color css
<style>
a { background-color: #C2CD49; }
a { background-color: rgb(194,205,73); }
div.DivClassName
{
background-color: #C2CD49;
}
.BgClassName
{
background-color: #C2CD49;
}
</style>
border-color css
<style>
span { border-color: #C2CD49; }
span { border-color: rgb(194,205,73); }
td.TdClassName
{
border-color: #C2CD49;
}
.TagClassName
{
border-color: #C2CD49;
}
</style>