Shades of Celery #C1CD4B
Tints of Celery #C1CD4B
RGB
CMYK
RGB Variations
Color information
#C1CD4B (or 0xC1CD4B) is known color: Celery. HEX triplet: C1, CD and 4B. RGB value is (193,205,75). Sum of RGB (Red+Green+Blue) = 193+205+75=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CD4B is #3E32B4. Grayscale: #BBBBBB. Windows color (decimal): -4076213 or 4967873. OLE color: 4967873.
HSL color Cylindrical-coordinate representation of color #C1CD4B: hue angle of 65.54º degrees, saturation: 0.57, 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 #C1CD4B is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 75 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.20 |
| HSL | 65.54º | 0.57% | 0.55% | - |
| HSV(B) | 65.54º | 0.63% | 0.8% | - |
| XYZ | 45.09 | 55.51 | 14.99 | - |
| YUV | 186.59 | 65.02 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 75 | 0.06 | 0 | 0.63 | 0.20 | 65.54 | 0.57 | 0.55 |
| Hex | C1 | CD | 4B | 6 | 0 | 3F | 14 | 42 | 39 | 37 |
| Octal | 301 | 315 | 113 | 6 | 0 | 77 | 24 | 102 | 71 | 67 |
| Binary | 11000001 | 11001101 | 1001011 | 110 | 0 | 111111 | 10100 | 1000010 | 111001 | 110111 |
Color Harmonies of #C1CD4B
Complementary color
Monochromatic Colors of #C1CD4B
Black with #C1CD4B
Text Example
Text Example
White with #C1CD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD4B; }
p { color: rgb(193,205,75); }
H1.HeaderClassName
{
color: #C1CD4B;
}
.AnyTagClassName
{
color: #C1CD4B;
}
</style>
background-color css
<style>
a { background-color: #C1CD4B; }
a { background-color: rgb(193,205,75); }
div.DivClassName
{
background-color: #C1CD4B;
}
.BgClassName
{
background-color: #C1CD4B;
}
</style>
border-color css
<style>
span { border-color: #C1CD4B; }
span { border-color: rgb(193,205,75); }
td.TdClassName
{
border-color: #C1CD4B;
}
.TagClassName
{
border-color: #C1CD4B;
}
</style>