Shades of Celery #C4D04B
Tints of Celery #C4D04B
RGB
CMYK
RGB Variations
Color information
#C4D04B (or 0xC4D04B) is known color: Celery. HEX triplet: C4, D0 and 4B. RGB value is (196,208,75). Sum of RGB (Red+Green+Blue) = 196+208+75=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D04B is #3B2FB4. Grayscale: #BDBDBD. Windows color (decimal): -3878837 or 4968644. OLE color: 4968644.
HSL color Cylindrical-coordinate representation of color #C4D04B: hue angle of 65.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4D04B is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 75 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.18 |
| HSL | 65.41º | 0.59% | 0.55% | - |
| HSV(B) | 65.41º | 0.64% | 0.82% | - |
| XYZ | 46.59 | 57.36 | 15.27 | - |
| YUV | 189.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 75 | 0.06 | 0 | 0.64 | 0.18 | 65.41 | 0.59 | 0.55 |
| Hex | C4 | D0 | 4B | 6 | 0 | 40 | 12 | 41 | 3B | 37 |
| Octal | 304 | 320 | 113 | 6 | 0 | 100 | 22 | 101 | 73 | 67 |
| Binary | 11000100 | 11010000 | 1001011 | 110 | 0 | 1000000 | 10010 | 1000001 | 111011 | 110111 |
Color Harmonies of #C4D04B
Complementary color
Monochromatic Colors of #C4D04B
Black with #C4D04B
Text Example
Text Example
White with #C4D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D04B; }
p { color: rgb(196,208,75); }
H1.HeaderClassName
{
color: #C4D04B;
}
.AnyTagClassName
{
color: #C4D04B;
}
</style>
background-color css
<style>
a { background-color: #C4D04B; }
a { background-color: rgb(196,208,75); }
div.DivClassName
{
background-color: #C4D04B;
}
.BgClassName
{
background-color: #C4D04B;
}
</style>
border-color css
<style>
span { border-color: #C4D04B; }
span { border-color: rgb(196,208,75); }
td.TdClassName
{
border-color: #C4D04B;
}
.TagClassName
{
border-color: #C4D04B;
}
</style>