Shades of Celery #C5CF4B
Tints of Celery #C5CF4B
RGB
CMYK
RGB Variations
Color information
#C5CF4B (or 0xC5CF4B) is known color: Celery. HEX triplet: C5, CF and 4B. RGB value is (197,207,75). Sum of RGB (Red+Green+Blue) = 197+207+75=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF4B is #3A30B4. Grayscale: #BDBDBD. Windows color (decimal): -3813557 or 4968389. OLE color: 4968389.
HSL color Cylindrical-coordinate representation of color #C5CF4B: hue angle of 64.55º degrees, saturation: 0.58, 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 #C5CF4B is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 75 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.19 |
| HSL | 64.55º | 0.58% | 0.55% | - |
| HSV(B) | 64.55º | 0.64% | 0.81% | - |
| XYZ | 46.61 | 57 | 15.2 | - |
| YUV | 188.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 75 | 0.05 | 0 | 0.64 | 0.19 | 64.55 | 0.58 | 0.55 |
| Hex | C5 | CF | 4B | 5 | 0 | 40 | 13 | 41 | 3A | 37 |
| Octal | 305 | 317 | 113 | 5 | 0 | 100 | 23 | 101 | 72 | 67 |
| Binary | 11000101 | 11001111 | 1001011 | 101 | 0 | 1000000 | 10011 | 1000001 | 111010 | 110111 |
Color Harmonies of #C5CF4B
Complementary color
Monochromatic Colors of #C5CF4B
Black with #C5CF4B
Text Example
Text Example
White with #C5CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF4B; }
p { color: rgb(197,207,75); }
H1.HeaderClassName
{
color: #C5CF4B;
}
.AnyTagClassName
{
color: #C5CF4B;
}
</style>
background-color css
<style>
a { background-color: #C5CF4B; }
a { background-color: rgb(197,207,75); }
div.DivClassName
{
background-color: #C5CF4B;
}
.BgClassName
{
background-color: #C5CF4B;
}
</style>
border-color css
<style>
span { border-color: #C5CF4B; }
span { border-color: rgb(197,207,75); }
td.TdClassName
{
border-color: #C5CF4B;
}
.TagClassName
{
border-color: #C5CF4B;
}
</style>