Shades of Celery #C5C74A
Tints of Celery #C5C74A
RGB
CMYK
RGB Variations
Color information
#C5C74A (or 0xC5C74A) is known color: Celery. HEX triplet: C5, C7 and 4A. RGB value is (197,199,74). Sum of RGB (Red+Green+Blue) = 197+199+74=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C74A is #3A38B5. Grayscale: #B8B8B8. Windows color (decimal): -3815606 or 4900805. OLE color: 4900805.
HSL color Cylindrical-coordinate representation of color #C5C74A: hue angle of 60.96º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5C74A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 74 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.22 |
| HSL | 60.96º | 0.53% | 0.54% | - |
| HSV(B) | 60.96º | 0.63% | 0.78% | - |
| XYZ | 44.69 | 53.21 | 14.39 | - |
| YUV | 184.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 74 | 0.01 | 0 | 0.63 | 0.22 | 60.96 | 0.53 | 0.54 |
| Hex | C5 | C7 | 4A | 1 | 0 | 3F | 16 | 3D | 35 | 36 |
| Octal | 305 | 307 | 112 | 1 | 0 | 77 | 26 | 75 | 65 | 66 |
| Binary | 11000101 | 11000111 | 1001010 | 1 | 0 | 111111 | 10110 | 111101 | 110101 | 110110 |
Color Harmonies of #C5C74A
Complementary color
Monochromatic Colors of #C5C74A
Black with #C5C74A
Text Example
Text Example
White with #C5C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C74A; }
p { color: rgb(197,199,74); }
H1.HeaderClassName
{
color: #C5C74A;
}
.AnyTagClassName
{
color: #C5C74A;
}
</style>
background-color css
<style>
a { background-color: #C5C74A; }
a { background-color: rgb(197,199,74); }
div.DivClassName
{
background-color: #C5C74A;
}
.BgClassName
{
background-color: #C5C74A;
}
</style>
border-color css
<style>
span { border-color: #C5C74A; }
span { border-color: rgb(197,199,74); }
td.TdClassName
{
border-color: #C5C74A;
}
.TagClassName
{
border-color: #C5C74A;
}
</style>