Shades of Celery #C3D04B
Tints of Celery #C3D04B
RGB
CMYK
RGB Variations
Color information
#C3D04B (or 0xC3D04B) is known color: Celery. HEX triplet: C3, D0 and 4B. RGB value is (195,208,75). Sum of RGB (Red+Green+Blue) = 195+208+75=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D04B is #3C2FB4. Grayscale: #BDBDBD. Windows color (decimal): -3944373 or 4968643. OLE color: 4968643.
HSL color Cylindrical-coordinate representation of color #C3D04B: hue angle of 65.86º 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 #C3D04B is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 75 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.18 |
| HSL | 65.86º | 0.59% | 0.55% | - |
| HSV(B) | 65.86º | 0.64% | 0.82% | - |
| XYZ | 46.33 | 57.22 | 15.26 | - |
| YUV | 188.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 75 | 0.06 | 0 | 0.64 | 0.18 | 65.86 | 0.59 | 0.55 |
| Hex | C3 | D0 | 4B | 6 | 0 | 40 | 12 | 42 | 3B | 37 |
| Octal | 303 | 320 | 113 | 6 | 0 | 100 | 22 | 102 | 73 | 67 |
| Binary | 11000011 | 11010000 | 1001011 | 110 | 0 | 1000000 | 10010 | 1000010 | 111011 | 110111 |
Color Harmonies of #C3D04B
Complementary color
Monochromatic Colors of #C3D04B
Black with #C3D04B
Text Example
Text Example
White with #C3D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D04B; }
p { color: rgb(195,208,75); }
H1.HeaderClassName
{
color: #C3D04B;
}
.AnyTagClassName
{
color: #C3D04B;
}
</style>
background-color css
<style>
a { background-color: #C3D04B; }
a { background-color: rgb(195,208,75); }
div.DivClassName
{
background-color: #C3D04B;
}
.BgClassName
{
background-color: #C3D04B;
}
</style>
border-color css
<style>
span { border-color: #C3D04B; }
span { border-color: rgb(195,208,75); }
td.TdClassName
{
border-color: #C3D04B;
}
.TagClassName
{
border-color: #C3D04B;
}
</style>