Shades of Celery #C2CD4B
Tints of Celery #C2CD4B
RGB
CMYK
RGB Variations
Color information
#C2CD4B (or 0xC2CD4B) is known color: Celery. HEX triplet: C2, CD and 4B. RGB value is (194,205,75). Sum of RGB (Red+Green+Blue) = 194+205+75=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD4B is #3D32B4. Grayscale: #BBBBBB. Windows color (decimal): -4010677 or 4967874. OLE color: 4967874.
HSL color Cylindrical-coordinate representation of color #C2CD4B: hue angle of 65.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2CD4B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 75 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.20 |
| HSL | 65.08º | 0.57% | 0.55% | - |
| HSV(B) | 65.08º | 0.63% | 0.8% | - |
| XYZ | 45.35 | 55.64 | 15.01 | - |
| YUV | 186.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 75 | 0.05 | 0 | 0.63 | 0.20 | 65.08 | 0.57 | 0.55 |
| Hex | C2 | CD | 4B | 5 | 0 | 3F | 14 | 41 | 39 | 37 |
| Octal | 302 | 315 | 113 | 5 | 0 | 77 | 24 | 101 | 71 | 67 |
| Binary | 11000010 | 11001101 | 1001011 | 101 | 0 | 111111 | 10100 | 1000001 | 111001 | 110111 |
Color Harmonies of #C2CD4B
Complementary color
Monochromatic Colors of #C2CD4B
Black with #C2CD4B
Text Example
Text Example
White with #C2CD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD4B; }
p { color: rgb(194,205,75); }
H1.HeaderClassName
{
color: #C2CD4B;
}
.AnyTagClassName
{
color: #C2CD4B;
}
</style>
background-color css
<style>
a { background-color: #C2CD4B; }
a { background-color: rgb(194,205,75); }
div.DivClassName
{
background-color: #C2CD4B;
}
.BgClassName
{
background-color: #C2CD4B;
}
</style>
border-color css
<style>
span { border-color: #C2CD4B; }
span { border-color: rgb(194,205,75); }
td.TdClassName
{
border-color: #C2CD4B;
}
.TagClassName
{
border-color: #C2CD4B;
}
</style>