Shades of Celery #C0CC47
Tints of Celery #C0CC47
RGB
CMYK
RGB Variations
Color information
#C0CC47 (or 0xC0CC47) is known color: Celery. HEX triplet: C0, CC and 47. RGB value is (192,204,71). Sum of RGB (Red+Green+Blue) = 192+204+71=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC47 is #3F33B8. Grayscale: #B9B9B9. Windows color (decimal): -4142009 or 4705472. OLE color: 4705472.
HSL color Cylindrical-coordinate representation of color #C0CC47: hue angle of 65.41º 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 #C0CC47 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 71 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.2 |
| HSL | 65.41º | 0.57% | 0.54% | - |
| HSV(B) | 65.41º | 0.65% | 0.8% | - |
| XYZ | 44.47 | 54.85 | 14.2 | - |
| YUV | 185.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 71 | 0.06 | 0 | 0.65 | 0.2 | 65.41 | 0.57 | 0.54 |
| Hex | C0 | CC | 47 | 6 | 0 | 41 | 14 | 41 | 39 | 36 |
| Octal | 300 | 314 | 107 | 6 | 0 | 101 | 24 | 101 | 71 | 66 |
| Binary | 11000000 | 11001100 | 1000111 | 110 | 0 | 1000001 | 10100 | 1000001 | 111001 | 110110 |
Color Harmonies of #C0CC47
Complementary color
Monochromatic Colors of #C0CC47
Black with #C0CC47
Text Example
Text Example
White with #C0CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC47; }
p { color: rgb(192,204,71); }
H1.HeaderClassName
{
color: #C0CC47;
}
.AnyTagClassName
{
color: #C0CC47;
}
</style>
background-color css
<style>
a { background-color: #C0CC47; }
a { background-color: rgb(192,204,71); }
div.DivClassName
{
background-color: #C0CC47;
}
.BgClassName
{
background-color: #C0CC47;
}
</style>
border-color css
<style>
span { border-color: #C0CC47; }
span { border-color: rgb(192,204,71); }
td.TdClassName
{
border-color: #C0CC47;
}
.TagClassName
{
border-color: #C0CC47;
}
</style>