Shades of Celery #C0C34F
Tints of Celery #C0C34F
RGB
CMYK
RGB Variations
Color information
#C0C34F (or 0xC0C34F) is known color: Celery. HEX triplet: C0, C3 and 4F. RGB value is (192,195,79). Sum of RGB (Red+Green+Blue) = 192+195+79=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C34F is #3F3CB0. Grayscale: #B5B5B5. Windows color (decimal): -4144305 or 5227456. OLE color: 5227456.
HSL color Cylindrical-coordinate representation of color #C0C34F: hue angle of 61.55º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0C34F is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 79 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.24 |
| HSL | 61.55º | 0.49% | 0.54% | - |
| HSV(B) | 61.55º | 0.59% | 0.76% | - |
| XYZ | 42.66 | 50.8 | 14.95 | - |
| YUV | 180.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 79 | 0.02 | 0 | 0.59 | 0.24 | 61.55 | 0.49 | 0.54 |
| Hex | C0 | C3 | 4F | 2 | 0 | 3B | 18 | 3E | 31 | 36 |
| Octal | 300 | 303 | 117 | 2 | 0 | 73 | 30 | 76 | 61 | 66 |
| Binary | 11000000 | 11000011 | 1001111 | 10 | 0 | 111011 | 11000 | 111110 | 110001 | 110110 |
Color Harmonies of #C0C34F
Complementary color
Monochromatic Colors of #C0C34F
Black with #C0C34F
Text Example
Text Example
White with #C0C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C34F; }
p { color: rgb(192,195,79); }
H1.HeaderClassName
{
color: #C0C34F;
}
.AnyTagClassName
{
color: #C0C34F;
}
</style>
background-color css
<style>
a { background-color: #C0C34F; }
a { background-color: rgb(192,195,79); }
div.DivClassName
{
background-color: #C0C34F;
}
.BgClassName
{
background-color: #C0C34F;
}
</style>
border-color css
<style>
span { border-color: #C0C34F; }
span { border-color: rgb(192,195,79); }
td.TdClassName
{
border-color: #C0C34F;
}
.TagClassName
{
border-color: #C0C34F;
}
</style>