Shades of Celery #C0CE4A
Tints of Celery #C0CE4A
RGB
CMYK
RGB Variations
Color information
#C0CE4A (or 0xC0CE4A) is known color: Celery. HEX triplet: C0, CE and 4A. RGB value is (192,206,74). Sum of RGB (Red+Green+Blue) = 192+206+74=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE4A is #3F31B5. Grayscale: #BBBBBB. Windows color (decimal): -4141494 or 4902592. OLE color: 4902592.
HSL color Cylindrical-coordinate representation of color #C0CE4A: hue angle of 66.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0CE4A is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 74 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.19 |
| HSL | 66.36º | 0.57% | 0.55% | - |
| HSV(B) | 66.36º | 0.64% | 0.81% | - |
| XYZ | 45.05 | 55.84 | 14.88 | - |
| YUV | 186.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 74 | 0.07 | 0 | 0.64 | 0.19 | 66.36 | 0.57 | 0.55 |
| Hex | C0 | CE | 4A | 7 | 0 | 40 | 13 | 42 | 39 | 37 |
| Octal | 300 | 316 | 112 | 7 | 0 | 100 | 23 | 102 | 71 | 67 |
| Binary | 11000000 | 11001110 | 1001010 | 111 | 0 | 1000000 | 10011 | 1000010 | 111001 | 110111 |
Color Harmonies of #C0CE4A
Complementary color
Monochromatic Colors of #C0CE4A
Black with #C0CE4A
Text Example
Text Example
White with #C0CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE4A; }
p { color: rgb(192,206,74); }
H1.HeaderClassName
{
color: #C0CE4A;
}
.AnyTagClassName
{
color: #C0CE4A;
}
</style>
background-color css
<style>
a { background-color: #C0CE4A; }
a { background-color: rgb(192,206,74); }
div.DivClassName
{
background-color: #C0CE4A;
}
.BgClassName
{
background-color: #C0CE4A;
}
</style>
border-color css
<style>
span { border-color: #C0CE4A; }
span { border-color: rgb(192,206,74); }
td.TdClassName
{
border-color: #C0CE4A;
}
.TagClassName
{
border-color: #C0CE4A;
}
</style>