Shades of Celery #C1CE4A
Tints of Celery #C1CE4A
RGB
CMYK
RGB Variations
Color information
#C1CE4A (or 0xC1CE4A) is known color: Celery. HEX triplet: C1, CE and 4A. RGB value is (193,206,74). Sum of RGB (Red+Green+Blue) = 193+206+74=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE4A is #3E31B5. Grayscale: #BBBBBB. Windows color (decimal): -4075958 or 4902593. OLE color: 4902593.
HSL color Cylindrical-coordinate representation of color #C1CE4A: hue angle of 65.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1CE4A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 74 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.19 |
| HSL | 65.91º | 0.57% | 0.55% | - |
| HSV(B) | 65.91º | 0.64% | 0.81% | - |
| XYZ | 45.3 | 55.97 | 14.9 | - |
| YUV | 187.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 74 | 0.06 | 0 | 0.64 | 0.19 | 65.91 | 0.57 | 0.55 |
| Hex | C1 | CE | 4A | 6 | 0 | 40 | 13 | 42 | 39 | 37 |
| Octal | 301 | 316 | 112 | 6 | 0 | 100 | 23 | 102 | 71 | 67 |
| Binary | 11000001 | 11001110 | 1001010 | 110 | 0 | 1000000 | 10011 | 1000010 | 111001 | 110111 |
Color Harmonies of #C1CE4A
Complementary color
Monochromatic Colors of #C1CE4A
Black with #C1CE4A
Text Example
Text Example
White with #C1CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE4A; }
p { color: rgb(193,206,74); }
H1.HeaderClassName
{
color: #C1CE4A;
}
.AnyTagClassName
{
color: #C1CE4A;
}
</style>
background-color css
<style>
a { background-color: #C1CE4A; }
a { background-color: rgb(193,206,74); }
div.DivClassName
{
background-color: #C1CE4A;
}
.BgClassName
{
background-color: #C1CE4A;
}
</style>
border-color css
<style>
span { border-color: #C1CE4A; }
span { border-color: rgb(193,206,74); }
td.TdClassName
{
border-color: #C1CE4A;
}
.TagClassName
{
border-color: #C1CE4A;
}
</style>