Shades of Celery #C6CD4A
Tints of Celery #C6CD4A
RGB
CMYK
RGB Variations
Color information
#C6CD4A (or 0xC6CD4A) is known color: Celery. HEX triplet: C6, CD and 4A. RGB value is (198,205,74). Sum of RGB (Red+Green+Blue) = 198+205+74=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CD4A is #3932B5. Grayscale: #BCBCBC. Windows color (decimal): -3748534 or 4902342. OLE color: 4902342.
HSL color Cylindrical-coordinate representation of color #C6CD4A: hue angle of 63.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6CD4A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 205 | 74 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.20 |
| HSL | 63.21º | 0.57% | 0.55% | - |
| HSV(B) | 63.21º | 0.64% | 0.8% | - |
| XYZ | 46.36 | 56.16 | 14.88 | - |
| YUV | 187.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 74 | 0.03 | 0 | 0.64 | 0.20 | 63.21 | 0.57 | 0.55 |
| Hex | C6 | CD | 4A | 3 | 0 | 40 | 14 | 3F | 39 | 37 |
| Octal | 306 | 315 | 112 | 3 | 0 | 100 | 24 | 77 | 71 | 67 |
| Binary | 11000110 | 11001101 | 1001010 | 11 | 0 | 1000000 | 10100 | 111111 | 111001 | 110111 |
Color Harmonies of #C6CD4A
Complementary color
Monochromatic Colors of #C6CD4A
Black with #C6CD4A
Text Example
Text Example
White with #C6CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CD4A; }
p { color: rgb(198,205,74); }
H1.HeaderClassName
{
color: #C6CD4A;
}
.AnyTagClassName
{
color: #C6CD4A;
}
</style>
background-color css
<style>
a { background-color: #C6CD4A; }
a { background-color: rgb(198,205,74); }
div.DivClassName
{
background-color: #C6CD4A;
}
.BgClassName
{
background-color: #C6CD4A;
}
</style>
border-color css
<style>
span { border-color: #C6CD4A; }
span { border-color: rgb(198,205,74); }
td.TdClassName
{
border-color: #C6CD4A;
}
.TagClassName
{
border-color: #C6CD4A;
}
</style>