Shades of Celery #C0CF4D
Tints of Celery #C0CF4D
RGB
CMYK
RGB Variations
Color information
#C0CF4D (or 0xC0CF4D) is known color: Celery. HEX triplet: C0, CF and 4D. RGB value is (192,207,77). Sum of RGB (Red+Green+Blue) = 192+207+77=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF4D is #3F30B2. Grayscale: #BCBCBC. Windows color (decimal): -4141235 or 5099456. OLE color: 5099456.
HSL color Cylindrical-coordinate representation of color #C0CF4D: hue angle of 66.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0CF4D is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 77 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.19 |
| HSL | 66.92º | 0.58% | 0.56% | - |
| HSV(B) | 66.92º | 0.63% | 0.81% | - |
| XYZ | 45.39 | 56.37 | 15.51 | - |
| YUV | 187.7 | 65.53 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 77 | 0.07 | 0 | 0.63 | 0.19 | 66.92 | 0.58 | 0.56 |
| Hex | C0 | CF | 4D | 7 | 0 | 3F | 13 | 43 | 3A | 38 |
| Octal | 300 | 317 | 115 | 7 | 0 | 77 | 23 | 103 | 72 | 70 |
| Binary | 11000000 | 11001111 | 1001101 | 111 | 0 | 111111 | 10011 | 1000011 | 111010 | 111000 |
Color Harmonies of #C0CF4D
Complementary color
Monochromatic Colors of #C0CF4D
Black with #C0CF4D
Text Example
Text Example
White with #C0CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF4D; }
p { color: rgb(192,207,77); }
H1.HeaderClassName
{
color: #C0CF4D;
}
.AnyTagClassName
{
color: #C0CF4D;
}
</style>
background-color css
<style>
a { background-color: #C0CF4D; }
a { background-color: rgb(192,207,77); }
div.DivClassName
{
background-color: #C0CF4D;
}
.BgClassName
{
background-color: #C0CF4D;
}
</style>
border-color css
<style>
span { border-color: #C0CF4D; }
span { border-color: rgb(192,207,77); }
td.TdClassName
{
border-color: #C0CF4D;
}
.TagClassName
{
border-color: #C0CF4D;
}
</style>