Shades of Celery #C1CC4B
Tints of Celery #C1CC4B
RGB
CMYK
RGB Variations
Color information
#C1CC4B (or 0xC1CC4B) is known color: Celery. HEX triplet: C1, CC and 4B. RGB value is (193,204,75). Sum of RGB (Red+Green+Blue) = 193+204+75=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC4B is #3E33B4. Grayscale: #BABABA. Windows color (decimal): -4076469 or 4967617. OLE color: 4967617.
HSL color Cylindrical-coordinate representation of color #C1CC4B: hue angle of 65.12º 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 #C1CC4B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 75 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.2 |
| HSL | 65.12º | 0.56% | 0.55% | - |
| HSV(B) | 65.12º | 0.63% | 0.8% | - |
| XYZ | 44.86 | 55.03 | 14.91 | - |
| YUV | 186.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 75 | 0.05 | 0 | 0.63 | 0.2 | 65.12 | 0.56 | 0.55 |
| Hex | C1 | CC | 4B | 5 | 0 | 3F | 14 | 41 | 38 | 37 |
| Octal | 301 | 314 | 113 | 5 | 0 | 77 | 24 | 101 | 70 | 67 |
| Binary | 11000001 | 11001100 | 1001011 | 101 | 0 | 111111 | 10100 | 1000001 | 111000 | 110111 |
Color Harmonies of #C1CC4B
Complementary color
Monochromatic Colors of #C1CC4B
Black with #C1CC4B
Text Example
Text Example
White with #C1CC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC4B; }
p { color: rgb(193,204,75); }
H1.HeaderClassName
{
color: #C1CC4B;
}
.AnyTagClassName
{
color: #C1CC4B;
}
</style>
background-color css
<style>
a { background-color: #C1CC4B; }
a { background-color: rgb(193,204,75); }
div.DivClassName
{
background-color: #C1CC4B;
}
.BgClassName
{
background-color: #C1CC4B;
}
</style>
border-color css
<style>
span { border-color: #C1CC4B; }
span { border-color: rgb(193,204,75); }
td.TdClassName
{
border-color: #C1CC4B;
}
.TagClassName
{
border-color: #C1CC4B;
}
</style>