Shades of Celery #C0C23C
Tints of Celery #C0C23C
RGB
CMYK
RGB Variations
Color information
#C0C23C (or 0xC0C23C) is known color: Celery. HEX triplet: C0, C2 and 3C. RGB value is (192,194,60). Sum of RGB (Red+Green+Blue) = 192+194+60=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C23C is #3F3DC3. Grayscale: #B2B2B2. Windows color (decimal): -4144580 or 3982016. OLE color: 3982016.
HSL color Cylindrical-coordinate representation of color #C0C23C: hue angle of 60.9º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0C23C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 60 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.24 |
| HSL | 60.9º | 0.53% | 0.5% | - |
| HSV(B) | 60.9º | 0.69% | 0.76% | - |
| XYZ | 41.85 | 50.12 | 11.74 | - |
| YUV | 178.13 | 61.34 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 60 | 0.01 | 0 | 0.69 | 0.24 | 60.9 | 0.53 | 0.5 |
| Hex | C0 | C2 | 3C | 1 | 0 | 45 | 18 | 3D | 35 | 32 |
| Octal | 300 | 302 | 74 | 1 | 0 | 105 | 30 | 75 | 65 | 62 |
| Binary | 11000000 | 11000010 | 111100 | 1 | 0 | 1000101 | 11000 | 111101 | 110101 | 110010 |
Color Harmonies of #C0C23C
Complementary color
Monochromatic Colors of #C0C23C
Black with #C0C23C
Text Example
Text Example
White with #C0C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C23C; }
p { color: rgb(192,194,60); }
H1.HeaderClassName
{
color: #C0C23C;
}
.AnyTagClassName
{
color: #C0C23C;
}
</style>
background-color css
<style>
a { background-color: #C0C23C; }
a { background-color: rgb(192,194,60); }
div.DivClassName
{
background-color: #C0C23C;
}
.BgClassName
{
background-color: #C0C23C;
}
</style>
border-color css
<style>
span { border-color: #C0C23C; }
span { border-color: rgb(192,194,60); }
td.TdClassName
{
border-color: #C0C23C;
}
.TagClassName
{
border-color: #C0C23C;
}
</style>