Shades of Celery #C4CE4B
Tints of Celery #C4CE4B
RGB
CMYK
RGB Variations
Color information
#C4CE4B (or 0xC4CE4B) is known color: Celery. HEX triplet: C4, CE and 4B. RGB value is (196,206,75). Sum of RGB (Red+Green+Blue) = 196+206+75=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE4B is #3B31B4. Grayscale: #BCBCBC. Windows color (decimal): -3879349 or 4968132. OLE color: 4968132.
HSL color Cylindrical-coordinate representation of color #C4CE4B: hue angle of 64.58º 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 #C4CE4B is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 75 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.19 |
| HSL | 64.58º | 0.57% | 0.55% | - |
| HSV(B) | 64.58º | 0.64% | 0.81% | - |
| XYZ | 46.11 | 56.39 | 15.11 | - |
| YUV | 188.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 75 | 0.05 | 0 | 0.64 | 0.19 | 64.58 | 0.57 | 0.55 |
| Hex | C4 | CE | 4B | 5 | 0 | 40 | 13 | 41 | 39 | 37 |
| Octal | 304 | 316 | 113 | 5 | 0 | 100 | 23 | 101 | 71 | 67 |
| Binary | 11000100 | 11001110 | 1001011 | 101 | 0 | 1000000 | 10011 | 1000001 | 111001 | 110111 |
Color Harmonies of #C4CE4B
Complementary color
Monochromatic Colors of #C4CE4B
Black with #C4CE4B
Text Example
Text Example
White with #C4CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE4B; }
p { color: rgb(196,206,75); }
H1.HeaderClassName
{
color: #C4CE4B;
}
.AnyTagClassName
{
color: #C4CE4B;
}
</style>
background-color css
<style>
a { background-color: #C4CE4B; }
a { background-color: rgb(196,206,75); }
div.DivClassName
{
background-color: #C4CE4B;
}
.BgClassName
{
background-color: #C4CE4B;
}
</style>
border-color css
<style>
span { border-color: #C4CE4B; }
span { border-color: rgb(196,206,75); }
td.TdClassName
{
border-color: #C4CE4B;
}
.TagClassName
{
border-color: #C4CE4B;
}
</style>