Shades of Celery #C1CD4C
Tints of Celery #C1CD4C
RGB
CMYK
RGB Variations
Color information
#C1CD4C (or 0xC1CD4C) is known color: Celery. HEX triplet: C1, CD and 4C. RGB value is (193,205,76). Sum of RGB (Red+Green+Blue) = 193+205+76=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CD4C is #3E32B3. Grayscale: #BBBBBB. Windows color (decimal): -4076212 or 5033409. OLE color: 5033409.
HSL color Cylindrical-coordinate representation of color #C1CD4C: hue angle of 65.58º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1CD4C is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 76 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.20 |
| HSL | 65.58º | 0.56% | 0.55% | - |
| HSV(B) | 65.58º | 0.63% | 0.8% | - |
| XYZ | 45.13 | 55.52 | 15.18 | - |
| YUV | 186.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 76 | 0.06 | 0 | 0.63 | 0.20 | 65.58 | 0.56 | 0.55 |
| Hex | C1 | CD | 4C | 6 | 0 | 3F | 14 | 42 | 38 | 37 |
| Octal | 301 | 315 | 114 | 6 | 0 | 77 | 24 | 102 | 70 | 67 |
| Binary | 11000001 | 11001101 | 1001100 | 110 | 0 | 111111 | 10100 | 1000010 | 111000 | 110111 |
Color Harmonies of #C1CD4C
Complementary color
Monochromatic Colors of #C1CD4C
Black with #C1CD4C
Text Example
Text Example
White with #C1CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD4C; }
p { color: rgb(193,205,76); }
H1.HeaderClassName
{
color: #C1CD4C;
}
.AnyTagClassName
{
color: #C1CD4C;
}
</style>
background-color css
<style>
a { background-color: #C1CD4C; }
a { background-color: rgb(193,205,76); }
div.DivClassName
{
background-color: #C1CD4C;
}
.BgClassName
{
background-color: #C1CD4C;
}
</style>
border-color css
<style>
span { border-color: #C1CD4C; }
span { border-color: rgb(193,205,76); }
td.TdClassName
{
border-color: #C1CD4C;
}
.TagClassName
{
border-color: #C1CD4C;
}
</style>