Shades of Celery #C5CC48
Tints of Celery #C5CC48
RGB
CMYK
RGB Variations
Color information
#C5CC48 (or 0xC5CC48) is known color: Celery. HEX triplet: C5, CC and 48. RGB value is (197,204,72). Sum of RGB (Red+Green+Blue) = 197+204+72=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC48 is #3A33B7. Grayscale: #BBBBBB. Windows color (decimal): -3814328 or 4771013. OLE color: 4771013.
HSL color Cylindrical-coordinate representation of color #C5CC48: hue angle of 63.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5CC48 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 72 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.2 |
| HSL | 63.18º | 0.56% | 0.54% | - |
| HSV(B) | 63.18º | 0.65% | 0.8% | - |
| XYZ | 45.79 | 55.52 | 14.43 | - |
| YUV | 186.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 72 | 0.03 | 0 | 0.65 | 0.2 | 63.18 | 0.56 | 0.54 |
| Hex | C5 | CC | 48 | 3 | 0 | 41 | 14 | 3F | 38 | 36 |
| Octal | 305 | 314 | 110 | 3 | 0 | 101 | 24 | 77 | 70 | 66 |
| Binary | 11000101 | 11001100 | 1001000 | 11 | 0 | 1000001 | 10100 | 111111 | 111000 | 110110 |
Color Harmonies of #C5CC48
Complementary color
Monochromatic Colors of #C5CC48
Black with #C5CC48
Text Example
Text Example
White with #C5CC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC48; }
p { color: rgb(197,204,72); }
H1.HeaderClassName
{
color: #C5CC48;
}
.AnyTagClassName
{
color: #C5CC48;
}
</style>
background-color css
<style>
a { background-color: #C5CC48; }
a { background-color: rgb(197,204,72); }
div.DivClassName
{
background-color: #C5CC48;
}
.BgClassName
{
background-color: #C5CC48;
}
</style>
border-color css
<style>
span { border-color: #C5CC48; }
span { border-color: rgb(197,204,72); }
td.TdClassName
{
border-color: #C5CC48;
}
.TagClassName
{
border-color: #C5CC48;
}
</style>