Shades of Celery #C5C84E
Tints of Celery #C5C84E
RGB
CMYK
RGB Variations
Color information
#C5C84E (or 0xC5C84E) is known color: Celery. HEX triplet: C5, C8 and 4E. RGB value is (197,200,78). Sum of RGB (Red+Green+Blue) = 197+200+78=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C84E is #3A37B1. Grayscale: #B9B9B9. Windows color (decimal): -3815346 or 5163205. OLE color: 5163205.
HSL color Cylindrical-coordinate representation of color #C5C84E: hue angle of 61.48º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5C84E is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 78 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.22 |
| HSL | 61.48º | 0.53% | 0.55% | - |
| HSV(B) | 61.48º | 0.61% | 0.78% | - |
| XYZ | 45.06 | 53.73 | 15.2 | - |
| YUV | 185.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 78 | 0.02 | 0 | 0.61 | 0.22 | 61.48 | 0.53 | 0.55 |
| Hex | C5 | C8 | 4E | 2 | 0 | 3D | 16 | 3D | 35 | 37 |
| Octal | 305 | 310 | 116 | 2 | 0 | 75 | 26 | 75 | 65 | 67 |
| Binary | 11000101 | 11001000 | 1001110 | 10 | 0 | 111101 | 10110 | 111101 | 110101 | 110111 |
Color Harmonies of #C5C84E
Complementary color
Monochromatic Colors of #C5C84E
Black with #C5C84E
Text Example
Text Example
White with #C5C84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C84E; }
p { color: rgb(197,200,78); }
H1.HeaderClassName
{
color: #C5C84E;
}
.AnyTagClassName
{
color: #C5C84E;
}
</style>
background-color css
<style>
a { background-color: #C5C84E; }
a { background-color: rgb(197,200,78); }
div.DivClassName
{
background-color: #C5C84E;
}
.BgClassName
{
background-color: #C5C84E;
}
</style>
border-color css
<style>
span { border-color: #C5C84E; }
span { border-color: rgb(197,200,78); }
td.TdClassName
{
border-color: #C5C84E;
}
.TagClassName
{
border-color: #C5C84E;
}
</style>