Shades of Celery #C0CF47
Tints of Celery #C0CF47
RGB
CMYK
RGB Variations
Color information
#C0CF47 (or 0xC0CF47) is known color: Celery. HEX triplet: C0, CF and 47. RGB value is (192,207,71). Sum of RGB (Red+Green+Blue) = 192+207+71=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CF47 is #3F30B8. Grayscale: #BBBBBB. Windows color (decimal): -4141241 or 4706240. OLE color: 4706240.
HSL color Cylindrical-coordinate representation of color #C0CF47: hue angle of 66.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0CF47 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 71 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.19 |
| HSL | 66.62º | 0.59% | 0.55% | - |
| HSV(B) | 66.62º | 0.66% | 0.81% | - |
| XYZ | 45.19 | 56.29 | 14.44 | - |
| YUV | 187.01 | 62.53 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 71 | 0.07 | 0 | 0.66 | 0.19 | 66.62 | 0.59 | 0.55 |
| Hex | C0 | CF | 47 | 7 | 0 | 42 | 13 | 43 | 3B | 37 |
| Octal | 300 | 317 | 107 | 7 | 0 | 102 | 23 | 103 | 73 | 67 |
| Binary | 11000000 | 11001111 | 1000111 | 111 | 0 | 1000010 | 10011 | 1000011 | 111011 | 110111 |
Color Harmonies of #C0CF47
Complementary color
Monochromatic Colors of #C0CF47
Black with #C0CF47
Text Example
Text Example
White with #C0CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF47; }
p { color: rgb(192,207,71); }
H1.HeaderClassName
{
color: #C0CF47;
}
.AnyTagClassName
{
color: #C0CF47;
}
</style>
background-color css
<style>
a { background-color: #C0CF47; }
a { background-color: rgb(192,207,71); }
div.DivClassName
{
background-color: #C0CF47;
}
.BgClassName
{
background-color: #C0CF47;
}
</style>
border-color css
<style>
span { border-color: #C0CF47; }
span { border-color: rgb(192,207,71); }
td.TdClassName
{
border-color: #C0CF47;
}
.TagClassName
{
border-color: #C0CF47;
}
</style>