Shades of Celery #C0CD4A
Tints of Celery #C0CD4A
RGB
CMYK
RGB Variations
Color information
#C0CD4A (or 0xC0CD4A) is known color: Celery. HEX triplet: C0, CD and 4A. RGB value is (192,205,74). Sum of RGB (Red+Green+Blue) = 192+205+74=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD4A is #3F32B5. Grayscale: #BABABA. Windows color (decimal): -4141750 or 4902336. OLE color: 4902336.
HSL color Cylindrical-coordinate representation of color #C0CD4A: hue angle of 65.95º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0CD4A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 74 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.20 |
| HSL | 65.95º | 0.57% | 0.55% | - |
| HSV(B) | 65.95º | 0.64% | 0.8% | - |
| XYZ | 44.81 | 55.36 | 14.8 | - |
| YUV | 186.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 74 | 0.06 | 0 | 0.64 | 0.20 | 65.95 | 0.57 | 0.55 |
| Hex | C0 | CD | 4A | 6 | 0 | 40 | 14 | 42 | 39 | 37 |
| Octal | 300 | 315 | 112 | 6 | 0 | 100 | 24 | 102 | 71 | 67 |
| Binary | 11000000 | 11001101 | 1001010 | 110 | 0 | 1000000 | 10100 | 1000010 | 111001 | 110111 |
Color Harmonies of #C0CD4A
Complementary color
Monochromatic Colors of #C0CD4A
Black with #C0CD4A
Text Example
Text Example
White with #C0CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD4A; }
p { color: rgb(192,205,74); }
H1.HeaderClassName
{
color: #C0CD4A;
}
.AnyTagClassName
{
color: #C0CD4A;
}
</style>
background-color css
<style>
a { background-color: #C0CD4A; }
a { background-color: rgb(192,205,74); }
div.DivClassName
{
background-color: #C0CD4A;
}
.BgClassName
{
background-color: #C0CD4A;
}
</style>
border-color css
<style>
span { border-color: #C0CD4A; }
span { border-color: rgb(192,205,74); }
td.TdClassName
{
border-color: #C0CD4A;
}
.TagClassName
{
border-color: #C0CD4A;
}
</style>