Shades of Celery #C5C84D
Tints of Celery #C5C84D
RGB
CMYK
RGB Variations
Color information
#C5C84D (or 0xC5C84D) is known color: Celery. HEX triplet: C5, C8 and 4D. RGB value is (197,200,77). Sum of RGB (Red+Green+Blue) = 197+200+77=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C84D is #3A37B2. Grayscale: #B9B9B9. Windows color (decimal): -3815347 or 5097669. OLE color: 5097669.
HSL color Cylindrical-coordinate representation of color #C5C84D: hue angle of 61.46º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5C84D is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 77 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.22 |
| HSL | 61.46º | 0.53% | 0.54% | - |
| HSV(B) | 61.46º | 0.62% | 0.78% | - |
| XYZ | 45.02 | 53.71 | 15.02 | - |
| YUV | 185.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 77 | 0.02 | 0 | 0.62 | 0.22 | 61.46 | 0.53 | 0.54 |
| Hex | C5 | C8 | 4D | 2 | 0 | 3E | 16 | 3D | 35 | 36 |
| Octal | 305 | 310 | 115 | 2 | 0 | 76 | 26 | 75 | 65 | 66 |
| Binary | 11000101 | 11001000 | 1001101 | 10 | 0 | 111110 | 10110 | 111101 | 110101 | 110110 |
Color Harmonies of #C5C84D
Complementary color
Monochromatic Colors of #C5C84D
Black with #C5C84D
Text Example
Text Example
White with #C5C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C84D; }
p { color: rgb(197,200,77); }
H1.HeaderClassName
{
color: #C5C84D;
}
.AnyTagClassName
{
color: #C5C84D;
}
</style>
background-color css
<style>
a { background-color: #C5C84D; }
a { background-color: rgb(197,200,77); }
div.DivClassName
{
background-color: #C5C84D;
}
.BgClassName
{
background-color: #C5C84D;
}
</style>
border-color css
<style>
span { border-color: #C5C84D; }
span { border-color: rgb(197,200,77); }
td.TdClassName
{
border-color: #C5C84D;
}
.TagClassName
{
border-color: #C5C84D;
}
</style>