Shades of Celery #C0CD4B
Tints of Celery #C0CD4B
RGB
CMYK
RGB Variations
Color information
#C0CD4B (or 0xC0CD4B) is known color: Celery. HEX triplet: C0, CD and 4B. RGB value is (192,205,75). Sum of RGB (Red+Green+Blue) = 192+205+75=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD4B is #3F32B4. Grayscale: #BABABA. Windows color (decimal): -4141749 or 4967872. OLE color: 4967872.
HSL color Cylindrical-coordinate representation of color #C0CD4B: hue angle of 66º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0CD4B is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 75 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.20 |
| HSL | 66º | 0.57% | 0.55% | - |
| HSV(B) | 66º | 0.63% | 0.8% | - |
| XYZ | 44.84 | 55.38 | 14.98 | - |
| YUV | 186.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 75 | 0.06 | 0 | 0.63 | 0.20 | 66 | 0.57 | 0.55 |
| Hex | C0 | CD | 4B | 6 | 0 | 3F | 14 | 42 | 39 | 37 |
| Octal | 300 | 315 | 113 | 6 | 0 | 77 | 24 | 102 | 71 | 67 |
| Binary | 11000000 | 11001101 | 1001011 | 110 | 0 | 111111 | 10100 | 1000010 | 111001 | 110111 |
Color Harmonies of #C0CD4B
Complementary color
Monochromatic Colors of #C0CD4B
Black with #C0CD4B
Text Example
Text Example
White with #C0CD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD4B; }
p { color: rgb(192,205,75); }
H1.HeaderClassName
{
color: #C0CD4B;
}
.AnyTagClassName
{
color: #C0CD4B;
}
</style>
background-color css
<style>
a { background-color: #C0CD4B; }
a { background-color: rgb(192,205,75); }
div.DivClassName
{
background-color: #C0CD4B;
}
.BgClassName
{
background-color: #C0CD4B;
}
</style>
border-color css
<style>
span { border-color: #C0CD4B; }
span { border-color: rgb(192,205,75); }
td.TdClassName
{
border-color: #C0CD4B;
}
.TagClassName
{
border-color: #C0CD4B;
}
</style>