Shades of Celery #C1CD47
Tints of Celery #C1CD47
RGB
CMYK
RGB Variations
Color information
#C1CD47 (or 0xC1CD47) is known color: Celery. HEX triplet: C1, CD and 47. RGB value is (193,205,71). Sum of RGB (Red+Green+Blue) = 193+205+71=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CD47 is #3E32B8. Grayscale: #BABABA. Windows color (decimal): -4076217 or 4705729. OLE color: 4705729.
HSL color Cylindrical-coordinate representation of color #C1CD47: hue angle of 65.37º degrees, saturation: 0.57, 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 #C1CD47 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 71 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.20 |
| HSL | 65.37º | 0.57% | 0.54% | - |
| HSV(B) | 65.37º | 0.65% | 0.8% | - |
| XYZ | 44.96 | 55.46 | 14.3 | - |
| YUV | 186.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 71 | 0.06 | 0 | 0.65 | 0.20 | 65.37 | 0.57 | 0.54 |
| Hex | C1 | CD | 47 | 6 | 0 | 41 | 14 | 41 | 39 | 36 |
| Octal | 301 | 315 | 107 | 6 | 0 | 101 | 24 | 101 | 71 | 66 |
| Binary | 11000001 | 11001101 | 1000111 | 110 | 0 | 1000001 | 10100 | 1000001 | 111001 | 110110 |
Color Harmonies of #C1CD47
Complementary color
Monochromatic Colors of #C1CD47
Black with #C1CD47
Text Example
Text Example
White with #C1CD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD47; }
p { color: rgb(193,205,71); }
H1.HeaderClassName
{
color: #C1CD47;
}
.AnyTagClassName
{
color: #C1CD47;
}
</style>
background-color css
<style>
a { background-color: #C1CD47; }
a { background-color: rgb(193,205,71); }
div.DivClassName
{
background-color: #C1CD47;
}
.BgClassName
{
background-color: #C1CD47;
}
</style>
border-color css
<style>
span { border-color: #C1CD47; }
span { border-color: rgb(193,205,71); }
td.TdClassName
{
border-color: #C1CD47;
}
.TagClassName
{
border-color: #C1CD47;
}
</style>