Shades of Celery #C0CF4B
Tints of Celery #C0CF4B
RGB
CMYK
RGB Variations
Color information
#C0CF4B (or 0xC0CF4B) is known color: Celery. HEX triplet: C0, CF and 4B. RGB value is (192,207,75). Sum of RGB (Red+Green+Blue) = 192+207+75=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CF4B is #3F30B4. Grayscale: #BBBBBB. Windows color (decimal): -4141237 or 4968384. OLE color: 4968384.
HSL color Cylindrical-coordinate representation of color #C0CF4B: hue angle of 66.82º degrees, saturation: 0.58, 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 #C0CF4B is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 75 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.19 |
| HSL | 66.82º | 0.58% | 0.55% | - |
| HSV(B) | 66.82º | 0.64% | 0.81% | - |
| XYZ | 45.32 | 56.34 | 15.14 | - |
| YUV | 187.47 | 64.53 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 75 | 0.07 | 0 | 0.64 | 0.19 | 66.82 | 0.58 | 0.55 |
| Hex | C0 | CF | 4B | 7 | 0 | 40 | 13 | 43 | 3A | 37 |
| Octal | 300 | 317 | 113 | 7 | 0 | 100 | 23 | 103 | 72 | 67 |
| Binary | 11000000 | 11001111 | 1001011 | 111 | 0 | 1000000 | 10011 | 1000011 | 111010 | 110111 |
Color Harmonies of #C0CF4B
Complementary color
Monochromatic Colors of #C0CF4B
Black with #C0CF4B
Text Example
Text Example
White with #C0CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF4B; }
p { color: rgb(192,207,75); }
H1.HeaderClassName
{
color: #C0CF4B;
}
.AnyTagClassName
{
color: #C0CF4B;
}
</style>
background-color css
<style>
a { background-color: #C0CF4B; }
a { background-color: rgb(192,207,75); }
div.DivClassName
{
background-color: #C0CF4B;
}
.BgClassName
{
background-color: #C0CF4B;
}
</style>
border-color css
<style>
span { border-color: #C0CF4B; }
span { border-color: rgb(192,207,75); }
td.TdClassName
{
border-color: #C0CF4B;
}
.TagClassName
{
border-color: #C0CF4B;
}
</style>