Shades of Celery #C5CD4A
Tints of Celery #C5CD4A
RGB
CMYK
RGB Variations
Color information
#C5CD4A (or 0xC5CD4A) is known color: Celery. HEX triplet: C5, CD and 4A. RGB value is (197,205,74). Sum of RGB (Red+Green+Blue) = 197+205+74=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD4A is #3A32B5. Grayscale: #BCBCBC. Windows color (decimal): -3814070 or 4902341. OLE color: 4902341.
HSL color Cylindrical-coordinate representation of color #C5CD4A: hue angle of 63.66º 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 #C5CD4A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 74 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.20 |
| HSL | 63.66º | 0.57% | 0.55% | - |
| HSV(B) | 63.66º | 0.64% | 0.8% | - |
| XYZ | 46.09 | 56.03 | 14.86 | - |
| YUV | 187.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 74 | 0.04 | 0 | 0.64 | 0.20 | 63.66 | 0.57 | 0.55 |
| Hex | C5 | CD | 4A | 4 | 0 | 40 | 14 | 40 | 39 | 37 |
| Octal | 305 | 315 | 112 | 4 | 0 | 100 | 24 | 100 | 71 | 67 |
| Binary | 11000101 | 11001101 | 1001010 | 100 | 0 | 1000000 | 10100 | 1000000 | 111001 | 110111 |
Color Harmonies of #C5CD4A
Complementary color
Monochromatic Colors of #C5CD4A
Black with #C5CD4A
Text Example
Text Example
White with #C5CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CD4A; }
p { color: rgb(197,205,74); }
H1.HeaderClassName
{
color: #C5CD4A;
}
.AnyTagClassName
{
color: #C5CD4A;
}
</style>
background-color css
<style>
a { background-color: #C5CD4A; }
a { background-color: rgb(197,205,74); }
div.DivClassName
{
background-color: #C5CD4A;
}
.BgClassName
{
background-color: #C5CD4A;
}
</style>
border-color css
<style>
span { border-color: #C5CD4A; }
span { border-color: rgb(197,205,74); }
td.TdClassName
{
border-color: #C5CD4A;
}
.TagClassName
{
border-color: #C5CD4A;
}
</style>