Shades of Celery #C5C24C
Tints of Celery #C5C24C
RGB
CMYK
RGB Variations
Color information
#C5C24C (or 0xC5C24C) is known color: Celery. HEX triplet: C5, C2 and 4C. RGB value is (197,194,76). Sum of RGB (Red+Green+Blue) = 197+194+76=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C24C is #3A3DB3. Grayscale: #B5B5B5. Windows color (decimal): -3816884 or 5030597. OLE color: 5030597.
HSL color Cylindrical-coordinate representation of color #C5C24C: hue angle of 58.51º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5C24C is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 76 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.23 |
| HSL | 58.51º | 0.51% | 0.54% | - |
| HSV(B) | 58.51º | 0.61% | 0.77% | - |
| XYZ | 43.62 | 50.98 | 14.38 | - |
| YUV | 181.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 76 | 0 | 0.02 | 0.61 | 0.23 | 58.51 | 0.51 | 0.54 |
| Hex | C5 | C2 | 4C | 0 | 2 | 3D | 17 | 3B | 33 | 36 |
| Octal | 305 | 302 | 114 | 0 | 2 | 75 | 27 | 73 | 63 | 66 |
| Binary | 11000101 | 11000010 | 1001100 | 0 | 10 | 111101 | 10111 | 111011 | 110011 | 110110 |
Color Harmonies of #C5C24C
Complementary color
Monochromatic Colors of #C5C24C
Black with #C5C24C
Text Example
Text Example
White with #C5C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C24C; }
p { color: rgb(197,194,76); }
H1.HeaderClassName
{
color: #C5C24C;
}
.AnyTagClassName
{
color: #C5C24C;
}
</style>
background-color css
<style>
a { background-color: #C5C24C; }
a { background-color: rgb(197,194,76); }
div.DivClassName
{
background-color: #C5C24C;
}
.BgClassName
{
background-color: #C5C24C;
}
</style>
border-color css
<style>
span { border-color: #C5C24C; }
span { border-color: rgb(197,194,76); }
td.TdClassName
{
border-color: #C5C24C;
}
.TagClassName
{
border-color: #C5C24C;
}
</style>