Shades of Celery #C1D04A
Tints of Celery #C1D04A
RGB
CMYK
RGB Variations
Color information
#C1D04A (or 0xC1D04A) is known color: Celery. HEX triplet: C1, D0 and 4A. RGB value is (193,208,74). Sum of RGB (Red+Green+Blue) = 193+208+74=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D04A is #3E2FB5. Grayscale: #BCBCBC. Windows color (decimal): -4075446 or 4903105. OLE color: 4903105.
HSL color Cylindrical-coordinate representation of color #C1D04A: hue angle of 66.72º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1D04A is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 74 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.18 |
| HSL | 66.72º | 0.59% | 0.55% | - |
| HSV(B) | 66.72º | 0.64% | 0.82% | - |
| XYZ | 45.78 | 56.94 | 15.06 | - |
| YUV | 188.24 | 63.53 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 74 | 0.07 | 0 | 0.64 | 0.18 | 66.72 | 0.59 | 0.55 |
| Hex | C1 | D0 | 4A | 7 | 0 | 40 | 12 | 43 | 3B | 37 |
| Octal | 301 | 320 | 112 | 7 | 0 | 100 | 22 | 103 | 73 | 67 |
| Binary | 11000001 | 11010000 | 1001010 | 111 | 0 | 1000000 | 10010 | 1000011 | 111011 | 110111 |
Color Harmonies of #C1D04A
Complementary color
Monochromatic Colors of #C1D04A
Black with #C1D04A
Text Example
Text Example
White with #C1D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D04A; }
p { color: rgb(193,208,74); }
H1.HeaderClassName
{
color: #C1D04A;
}
.AnyTagClassName
{
color: #C1D04A;
}
</style>
background-color css
<style>
a { background-color: #C1D04A; }
a { background-color: rgb(193,208,74); }
div.DivClassName
{
background-color: #C1D04A;
}
.BgClassName
{
background-color: #C1D04A;
}
</style>
border-color css
<style>
span { border-color: #C1D04A; }
span { border-color: rgb(193,208,74); }
td.TdClassName
{
border-color: #C1D04A;
}
.TagClassName
{
border-color: #C1D04A;
}
</style>