Shades of Celery #C5CA46
Tints of Celery #C5CA46
RGB
CMYK
RGB Variations
Color information
#C5CA46 (or 0xC5CA46) is known color: Celery. HEX triplet: C5, CA and 46. RGB value is (197,202,70). Sum of RGB (Red+Green+Blue) = 197+202+70=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA46 is #3A35B9. Grayscale: #B9B9B9. Windows color (decimal): -3814842 or 4639429. OLE color: 4639429.
HSL color Cylindrical-coordinate representation of color #C5CA46: hue angle of 62.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5CA46 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 70 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.21 |
| HSL | 62.27º | 0.55% | 0.53% | - |
| HSV(B) | 62.27º | 0.65% | 0.79% | - |
| XYZ | 45.25 | 54.55 | 13.94 | - |
| YUV | 185.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 70 | 0.02 | 0 | 0.65 | 0.21 | 62.27 | 0.55 | 0.53 |
| Hex | C5 | CA | 46 | 2 | 0 | 41 | 15 | 3E | 37 | 35 |
| Octal | 305 | 312 | 106 | 2 | 0 | 101 | 25 | 76 | 67 | 65 |
| Binary | 11000101 | 11001010 | 1000110 | 10 | 0 | 1000001 | 10101 | 111110 | 110111 | 110101 |
Color Harmonies of #C5CA46
Complementary color
Monochromatic Colors of #C5CA46
Black with #C5CA46
Text Example
Text Example
White with #C5CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA46; }
p { color: rgb(197,202,70); }
H1.HeaderClassName
{
color: #C5CA46;
}
.AnyTagClassName
{
color: #C5CA46;
}
</style>
background-color css
<style>
a { background-color: #C5CA46; }
a { background-color: rgb(197,202,70); }
div.DivClassName
{
background-color: #C5CA46;
}
.BgClassName
{
background-color: #C5CA46;
}
</style>
border-color css
<style>
span { border-color: #C5CA46; }
span { border-color: rgb(197,202,70); }
td.TdClassName
{
border-color: #C5CA46;
}
.TagClassName
{
border-color: #C5CA46;
}
</style>