Shades of Celery #C0C745
Tints of Celery #C0C745
RGB
CMYK
RGB Variations
Color information
#C0C745 (or 0xC0C745) is known color: Celery. HEX triplet: C0, C7 and 45. RGB value is (192,199,69). Sum of RGB (Red+Green+Blue) = 192+199+69=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C745 is #3F38BA. Grayscale: #B6B6B6. Windows color (decimal): -4143291 or 4573120. OLE color: 4573120.
HSL color Cylindrical-coordinate representation of color #C0C745: hue angle of 63.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0C745 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 69 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.22 |
| HSL | 63.23º | 0.54% | 0.53% | - |
| HSV(B) | 63.23º | 0.65% | 0.78% | - |
| XYZ | 43.24 | 52.48 | 13.48 | - |
| YUV | 182.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 69 | 0.04 | 0 | 0.65 | 0.22 | 63.23 | 0.54 | 0.53 |
| Hex | C0 | C7 | 45 | 4 | 0 | 41 | 16 | 3F | 36 | 35 |
| Octal | 300 | 307 | 105 | 4 | 0 | 101 | 26 | 77 | 66 | 65 |
| Binary | 11000000 | 11000111 | 1000101 | 100 | 0 | 1000001 | 10110 | 111111 | 110110 | 110101 |
Color Harmonies of #C0C745
Complementary color
Monochromatic Colors of #C0C745
Black with #C0C745
Text Example
Text Example
White with #C0C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C745; }
p { color: rgb(192,199,69); }
H1.HeaderClassName
{
color: #C0C745;
}
.AnyTagClassName
{
color: #C0C745;
}
</style>
background-color css
<style>
a { background-color: #C0C745; }
a { background-color: rgb(192,199,69); }
div.DivClassName
{
background-color: #C0C745;
}
.BgClassName
{
background-color: #C0C745;
}
</style>
border-color css
<style>
span { border-color: #C0C745; }
span { border-color: rgb(192,199,69); }
td.TdClassName
{
border-color: #C0C745;
}
.TagClassName
{
border-color: #C0C745;
}
</style>