Shades of Celery #C2CA45
Tints of Celery #C2CA45
RGB
CMYK
RGB Variations
Color information
#C2CA45 (or 0xC2CA45) is known color: Celery. HEX triplet: C2, CA and 45. RGB value is (194,202,69). Sum of RGB (Red+Green+Blue) = 194+202+69=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA45 is #3D35BA. Grayscale: #B8B8B8. Windows color (decimal): -4011451 or 4573890. OLE color: 4573890.
HSL color Cylindrical-coordinate representation of color #C2CA45: hue angle of 63.61º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2CA45 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 69 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.21 |
| HSL | 63.61º | 0.56% | 0.53% | - |
| HSV(B) | 63.61º | 0.66% | 0.79% | - |
| XYZ | 44.44 | 54.14 | 13.74 | - |
| YUV | 184.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 69 | 0.04 | 0 | 0.66 | 0.21 | 63.61 | 0.56 | 0.53 |
| Hex | C2 | CA | 45 | 4 | 0 | 42 | 15 | 40 | 38 | 35 |
| Octal | 302 | 312 | 105 | 4 | 0 | 102 | 25 | 100 | 70 | 65 |
| Binary | 11000010 | 11001010 | 1000101 | 100 | 0 | 1000010 | 10101 | 1000000 | 111000 | 110101 |
Color Harmonies of #C2CA45
Complementary color
Monochromatic Colors of #C2CA45
Black with #C2CA45
Text Example
Text Example
White with #C2CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA45; }
p { color: rgb(194,202,69); }
H1.HeaderClassName
{
color: #C2CA45;
}
.AnyTagClassName
{
color: #C2CA45;
}
</style>
background-color css
<style>
a { background-color: #C2CA45; }
a { background-color: rgb(194,202,69); }
div.DivClassName
{
background-color: #C2CA45;
}
.BgClassName
{
background-color: #C2CA45;
}
</style>
border-color css
<style>
span { border-color: #C2CA45; }
span { border-color: rgb(194,202,69); }
td.TdClassName
{
border-color: #C2CA45;
}
.TagClassName
{
border-color: #C2CA45;
}
</style>