Shades of Celery #C5CF4A
Tints of Celery #C5CF4A
RGB
CMYK
RGB Variations
Color information
#C5CF4A (or 0xC5CF4A) is known color: Celery. HEX triplet: C5, CF and 4A. RGB value is (197,207,74). Sum of RGB (Red+Green+Blue) = 197+207+74=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF4A is #3A30B5. Grayscale: #BDBDBD. Windows color (decimal): -3813558 or 4902853. OLE color: 4902853.
HSL color Cylindrical-coordinate representation of color #C5CF4A: hue angle of 64.51º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5CF4A is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 74 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.19 |
| HSL | 64.51º | 0.58% | 0.55% | - |
| HSV(B) | 64.51º | 0.64% | 0.81% | - |
| XYZ | 46.57 | 56.99 | 15.02 | - |
| YUV | 188.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 74 | 0.05 | 0 | 0.64 | 0.19 | 64.51 | 0.58 | 0.55 |
| Hex | C5 | CF | 4A | 5 | 0 | 40 | 13 | 41 | 3A | 37 |
| Octal | 305 | 317 | 112 | 5 | 0 | 100 | 23 | 101 | 72 | 67 |
| Binary | 11000101 | 11001111 | 1001010 | 101 | 0 | 1000000 | 10011 | 1000001 | 111010 | 110111 |
Color Harmonies of #C5CF4A
Complementary color
Monochromatic Colors of #C5CF4A
Black with #C5CF4A
Text Example
Text Example
White with #C5CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF4A; }
p { color: rgb(197,207,74); }
H1.HeaderClassName
{
color: #C5CF4A;
}
.AnyTagClassName
{
color: #C5CF4A;
}
</style>
background-color css
<style>
a { background-color: #C5CF4A; }
a { background-color: rgb(197,207,74); }
div.DivClassName
{
background-color: #C5CF4A;
}
.BgClassName
{
background-color: #C5CF4A;
}
</style>
border-color css
<style>
span { border-color: #C5CF4A; }
span { border-color: rgb(197,207,74); }
td.TdClassName
{
border-color: #C5CF4A;
}
.TagClassName
{
border-color: #C5CF4A;
}
</style>