Shades of Celery #C2CC44
Tints of Celery #C2CC44
RGB
CMYK
RGB Variations
Color information
#C2CC44 (or 0xC2CC44) is known color: Celery. HEX triplet: C2, CC and 44. RGB value is (194,204,68). Sum of RGB (Red+Green+Blue) = 194+204+68=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC44 is #3D33BB. Grayscale: #BABABA. Windows color (decimal): -4010940 or 4508866. OLE color: 4508866.
HSL color Cylindrical-coordinate representation of color #C2CC44: hue angle of 64.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2CC44 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 68 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.2 |
| HSL | 64.41º | 0.57% | 0.53% | - |
| HSV(B) | 64.41º | 0.67% | 0.8% | - |
| XYZ | 44.88 | 55.07 | 13.73 | - |
| YUV | 185.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 68 | 0.05 | 0 | 0.67 | 0.2 | 64.41 | 0.57 | 0.53 |
| Hex | C2 | CC | 44 | 5 | 0 | 43 | 14 | 40 | 39 | 35 |
| Octal | 302 | 314 | 104 | 5 | 0 | 103 | 24 | 100 | 71 | 65 |
| Binary | 11000010 | 11001100 | 1000100 | 101 | 0 | 1000011 | 10100 | 1000000 | 111001 | 110101 |
Color Harmonies of #C2CC44
Complementary color
Monochromatic Colors of #C2CC44
Black with #C2CC44
Text Example
Text Example
White with #C2CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC44; }
p { color: rgb(194,204,68); }
H1.HeaderClassName
{
color: #C2CC44;
}
.AnyTagClassName
{
color: #C2CC44;
}
</style>
background-color css
<style>
a { background-color: #C2CC44; }
a { background-color: rgb(194,204,68); }
div.DivClassName
{
background-color: #C2CC44;
}
.BgClassName
{
background-color: #C2CC44;
}
</style>
border-color css
<style>
span { border-color: #C2CC44; }
span { border-color: rgb(194,204,68); }
td.TdClassName
{
border-color: #C2CC44;
}
.TagClassName
{
border-color: #C2CC44;
}
</style>