Shades of Celery #C2C741
Tints of Celery #C2C741
RGB
CMYK
RGB Variations
Color information
#C2C741 (or 0xC2C741) is known color: Celery. HEX triplet: C2, C7 and 41. RGB value is (194,199,65). Sum of RGB (Red+Green+Blue) = 194+199+65=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C741 is #3D38BE. Grayscale: #B6B6B6. Windows color (decimal): -4012223 or 4310978. OLE color: 4310978.
HSL color Cylindrical-coordinate representation of color #C2C741: hue angle of 62.24º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2C741 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 65 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.22 |
| HSL | 62.24º | 0.54% | 0.52% | - |
| HSV(B) | 62.24º | 0.67% | 0.78% | - |
| XYZ | 43.63 | 52.7 | 12.87 | - |
| YUV | 182.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 65 | 0.03 | 0 | 0.67 | 0.22 | 62.24 | 0.54 | 0.52 |
| Hex | C2 | C7 | 41 | 3 | 0 | 43 | 16 | 3E | 36 | 34 |
| Octal | 302 | 307 | 101 | 3 | 0 | 103 | 26 | 76 | 66 | 64 |
| Binary | 11000010 | 11000111 | 1000001 | 11 | 0 | 1000011 | 10110 | 111110 | 110110 | 110100 |
Color Harmonies of #C2C741
Complementary color
Monochromatic Colors of #C2C741
Black with #C2C741
Text Example
Text Example
White with #C2C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C741; }
p { color: rgb(194,199,65); }
H1.HeaderClassName
{
color: #C2C741;
}
.AnyTagClassName
{
color: #C2C741;
}
</style>
background-color css
<style>
a { background-color: #C2C741; }
a { background-color: rgb(194,199,65); }
div.DivClassName
{
background-color: #C2C741;
}
.BgClassName
{
background-color: #C2C741;
}
</style>
border-color css
<style>
span { border-color: #C2C741; }
span { border-color: rgb(194,199,65); }
td.TdClassName
{
border-color: #C2C741;
}
.TagClassName
{
border-color: #C2C741;
}
</style>