Shades of Celery #C0C34C
Tints of Celery #C0C34C
RGB
CMYK
RGB Variations
Color information
#C0C34C (or 0xC0C34C) is known color: Celery. HEX triplet: C0, C3 and 4C. RGB value is (192,195,76). Sum of RGB (Red+Green+Blue) = 192+195+76=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C34C is #3F3CB3. Grayscale: #B5B5B5. Windows color (decimal): -4144308 or 5030848. OLE color: 5030848.
HSL color Cylindrical-coordinate representation of color #C0C34C: hue angle of 61.51º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0C34C is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 76 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.24 |
| HSL | 61.51º | 0.5% | 0.53% | - |
| HSV(B) | 61.51º | 0.61% | 0.76% | - |
| XYZ | 42.56 | 50.76 | 14.39 | - |
| YUV | 180.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 76 | 0.02 | 0 | 0.61 | 0.24 | 61.51 | 0.5 | 0.53 |
| Hex | C0 | C3 | 4C | 2 | 0 | 3D | 18 | 3E | 32 | 35 |
| Octal | 300 | 303 | 114 | 2 | 0 | 75 | 30 | 76 | 62 | 65 |
| Binary | 11000000 | 11000011 | 1001100 | 10 | 0 | 111101 | 11000 | 111110 | 110010 | 110101 |
Color Harmonies of #C0C34C
Complementary color
Monochromatic Colors of #C0C34C
Black with #C0C34C
Text Example
Text Example
White with #C0C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C34C; }
p { color: rgb(192,195,76); }
H1.HeaderClassName
{
color: #C0C34C;
}
.AnyTagClassName
{
color: #C0C34C;
}
</style>
background-color css
<style>
a { background-color: #C0C34C; }
a { background-color: rgb(192,195,76); }
div.DivClassName
{
background-color: #C0C34C;
}
.BgClassName
{
background-color: #C0C34C;
}
</style>
border-color css
<style>
span { border-color: #C0C34C; }
span { border-color: rgb(192,195,76); }
td.TdClassName
{
border-color: #C0C34C;
}
.TagClassName
{
border-color: #C0C34C;
}
</style>