Shades of Celery #C5C04E
Tints of Celery #C5C04E
RGB
CMYK
RGB Variations
Color information
#C5C04E (or 0xC5C04E) is known color: Celery. HEX triplet: C5, C0 and 4E. RGB value is (197,192,78). Sum of RGB (Red+Green+Blue) = 197+192+78=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C04E is #3A3FB1. Grayscale: #B4B4B4. Windows color (decimal): -3817394 or 5161157. OLE color: 5161157.
HSL color Cylindrical-coordinate representation of color #C5C04E: hue angle of 57.48º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5C04E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 78 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.23 |
| HSL | 57.48º | 0.51% | 0.54% | - |
| HSV(B) | 57.48º | 0.6% | 0.77% | - |
| XYZ | 43.25 | 50.12 | 14.6 | - |
| YUV | 180.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 78 | 0 | 0.03 | 0.60 | 0.23 | 57.48 | 0.51 | 0.54 |
| Hex | C5 | C0 | 4E | 0 | 3 | 3C | 17 | 39 | 33 | 36 |
| Octal | 305 | 300 | 116 | 0 | 3 | 74 | 27 | 71 | 63 | 66 |
| Binary | 11000101 | 11000000 | 1001110 | 0 | 11 | 111100 | 10111 | 111001 | 110011 | 110110 |
Color Harmonies of #C5C04E
Complementary color
Monochromatic Colors of #C5C04E
Black with #C5C04E
Text Example
Text Example
White with #C5C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C04E; }
p { color: rgb(197,192,78); }
H1.HeaderClassName
{
color: #C5C04E;
}
.AnyTagClassName
{
color: #C5C04E;
}
</style>
background-color css
<style>
a { background-color: #C5C04E; }
a { background-color: rgb(197,192,78); }
div.DivClassName
{
background-color: #C5C04E;
}
.BgClassName
{
background-color: #C5C04E;
}
</style>
border-color css
<style>
span { border-color: #C5C04E; }
span { border-color: rgb(197,192,78); }
td.TdClassName
{
border-color: #C5C04E;
}
.TagClassName
{
border-color: #C5C04E;
}
</style>