Shades of Celery #C1CF49
Tints of Celery #C1CF49
RGB
CMYK
RGB Variations
Color information
#C1CF49 (or 0xC1CF49) is known color: Celery. HEX triplet: C1, CF and 49. RGB value is (193,207,73). Sum of RGB (Red+Green+Blue) = 193+207+73=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CF49 is #3E30B6. Grayscale: #BCBCBC. Windows color (decimal): -4075703 or 4837313. OLE color: 4837313.
HSL color Cylindrical-coordinate representation of color #C1CF49: hue angle of 66.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1CF49 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 73 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.19 |
| HSL | 66.27º | 0.58% | 0.55% | - |
| HSV(B) | 66.27º | 0.65% | 0.81% | - |
| XYZ | 45.51 | 56.44 | 14.8 | - |
| YUV | 187.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 73 | 0.07 | 0 | 0.65 | 0.19 | 66.27 | 0.58 | 0.55 |
| Hex | C1 | CF | 49 | 7 | 0 | 41 | 13 | 42 | 3A | 37 |
| Octal | 301 | 317 | 111 | 7 | 0 | 101 | 23 | 102 | 72 | 67 |
| Binary | 11000001 | 11001111 | 1001001 | 111 | 0 | 1000001 | 10011 | 1000010 | 111010 | 110111 |
Color Harmonies of #C1CF49
Complementary color
Monochromatic Colors of #C1CF49
Black with #C1CF49
Text Example
Text Example
White with #C1CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CF49; }
p { color: rgb(193,207,73); }
H1.HeaderClassName
{
color: #C1CF49;
}
.AnyTagClassName
{
color: #C1CF49;
}
</style>
background-color css
<style>
a { background-color: #C1CF49; }
a { background-color: rgb(193,207,73); }
div.DivClassName
{
background-color: #C1CF49;
}
.BgClassName
{
background-color: #C1CF49;
}
</style>
border-color css
<style>
span { border-color: #C1CF49; }
span { border-color: rgb(193,207,73); }
td.TdClassName
{
border-color: #C1CF49;
}
.TagClassName
{
border-color: #C1CF49;
}
</style>