Shades of Celery #C2C53E
Tints of Celery #C2C53E
RGB
CMYK
RGB Variations
Color information
#C2C53E (or 0xC2C53E) is known color: Celery. HEX triplet: C2, C5 and 3E. RGB value is (194,197,62). Sum of RGB (Red+Green+Blue) = 194+197+62=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C53E is #3D3AC1. Grayscale: #B5B5B5. Windows color (decimal): -4012738 or 4113858. OLE color: 4113858.
HSL color Cylindrical-coordinate representation of color #C2C53E: hue angle of 61.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2C53E is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 62 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.23 |
| HSL | 61.33º | 0.54% | 0.51% | - |
| HSV(B) | 61.33º | 0.69% | 0.77% | - |
| XYZ | 43.08 | 51.75 | 12.28 | - |
| YUV | 180.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 62 | 0.02 | 0 | 0.69 | 0.23 | 61.33 | 0.54 | 0.51 |
| Hex | C2 | C5 | 3E | 2 | 0 | 45 | 17 | 3D | 36 | 33 |
| Octal | 302 | 305 | 76 | 2 | 0 | 105 | 27 | 75 | 66 | 63 |
| Binary | 11000010 | 11000101 | 111110 | 10 | 0 | 1000101 | 10111 | 111101 | 110110 | 110011 |
Color Harmonies of #C2C53E
Complementary color
Monochromatic Colors of #C2C53E
Black with #C2C53E
Text Example
Text Example
White with #C2C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C53E; }
p { color: rgb(194,197,62); }
H1.HeaderClassName
{
color: #C2C53E;
}
.AnyTagClassName
{
color: #C2C53E;
}
</style>
background-color css
<style>
a { background-color: #C2C53E; }
a { background-color: rgb(194,197,62); }
div.DivClassName
{
background-color: #C2C53E;
}
.BgClassName
{
background-color: #C2C53E;
}
</style>
border-color css
<style>
span { border-color: #C2C53E; }
span { border-color: rgb(194,197,62); }
td.TdClassName
{
border-color: #C2C53E;
}
.TagClassName
{
border-color: #C2C53E;
}
</style>