Shades of Celery #C0C74A
Tints of Celery #C0C74A
RGB
CMYK
RGB Variations
Color information
#C0C74A (or 0xC0C74A) is known color: Celery. HEX triplet: C0, C7 and 4A. RGB value is (192,199,74). Sum of RGB (Red+Green+Blue) = 192+199+74=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C74A is #3F38B5. Grayscale: #B7B7B7. Windows color (decimal): -4143286 or 4900800. OLE color: 4900800.
HSL color Cylindrical-coordinate representation of color #C0C74A: hue angle of 63.36º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0C74A is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 74 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.22 |
| HSL | 63.36º | 0.53% | 0.54% | - |
| HSV(B) | 63.36º | 0.63% | 0.78% | - |
| XYZ | 43.4 | 52.55 | 14.33 | - |
| YUV | 182.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 74 | 0.04 | 0 | 0.63 | 0.22 | 63.36 | 0.53 | 0.54 |
| Hex | C0 | C7 | 4A | 4 | 0 | 3F | 16 | 3F | 35 | 36 |
| Octal | 300 | 307 | 112 | 4 | 0 | 77 | 26 | 77 | 65 | 66 |
| Binary | 11000000 | 11000111 | 1001010 | 100 | 0 | 111111 | 10110 | 111111 | 110101 | 110110 |
Color Harmonies of #C0C74A
Complementary color
Monochromatic Colors of #C0C74A
Black with #C0C74A
Text Example
Text Example
White with #C0C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C74A; }
p { color: rgb(192,199,74); }
H1.HeaderClassName
{
color: #C0C74A;
}
.AnyTagClassName
{
color: #C0C74A;
}
</style>
background-color css
<style>
a { background-color: #C0C74A; }
a { background-color: rgb(192,199,74); }
div.DivClassName
{
background-color: #C0C74A;
}
.BgClassName
{
background-color: #C0C74A;
}
</style>
border-color css
<style>
span { border-color: #C0C74A; }
span { border-color: rgb(192,199,74); }
td.TdClassName
{
border-color: #C0C74A;
}
.TagClassName
{
border-color: #C0C74A;
}
</style>