Shades of Celery #C2CF48
Tints of Celery #C2CF48
RGB
CMYK
RGB Variations
Color information
#C2CF48 (or 0xC2CF48) is known color: Celery. HEX triplet: C2, CF and 48. RGB value is (194,207,72). Sum of RGB (Red+Green+Blue) = 194+207+72=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF48 is #3D30B7. Grayscale: #BCBCBC. Windows color (decimal): -4010168 or 4771778. OLE color: 4771778.
HSL color Cylindrical-coordinate representation of color #C2CF48: hue angle of 65.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2CF48 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 72 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.19 |
| HSL | 65.78º | 0.58% | 0.55% | - |
| HSV(B) | 65.78º | 0.65% | 0.81% | - |
| XYZ | 45.73 | 56.56 | 14.64 | - |
| YUV | 187.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 72 | 0.06 | 0 | 0.65 | 0.19 | 65.78 | 0.58 | 0.55 |
| Hex | C2 | CF | 48 | 6 | 0 | 41 | 13 | 42 | 3A | 37 |
| Octal | 302 | 317 | 110 | 6 | 0 | 101 | 23 | 102 | 72 | 67 |
| Binary | 11000010 | 11001111 | 1001000 | 110 | 0 | 1000001 | 10011 | 1000010 | 111010 | 110111 |
Color Harmonies of #C2CF48
Complementary color
Monochromatic Colors of #C2CF48
Black with #C2CF48
Text Example
Text Example
White with #C2CF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF48; }
p { color: rgb(194,207,72); }
H1.HeaderClassName
{
color: #C2CF48;
}
.AnyTagClassName
{
color: #C2CF48;
}
</style>
background-color css
<style>
a { background-color: #C2CF48; }
a { background-color: rgb(194,207,72); }
div.DivClassName
{
background-color: #C2CF48;
}
.BgClassName
{
background-color: #C2CF48;
}
</style>
border-color css
<style>
span { border-color: #C2CF48; }
span { border-color: rgb(194,207,72); }
td.TdClassName
{
border-color: #C2CF48;
}
.TagClassName
{
border-color: #C2CF48;
}
</style>