Shades of Celery #BFD048
Tints of Celery #BFD048
RGB
CMYK
RGB Variations
Color information
#BFD048 (or 0xBFD048) is known color: Celery. HEX triplet: BF, D0 and 48. RGB value is (191,208,72). Sum of RGB (Red+Green+Blue) = 191+208+72=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD048 is #402FB7. Grayscale: #BBBBBB. Windows color (decimal): -4206520 or 4772031. OLE color: 4772031.
HSL color Cylindrical-coordinate representation of color #BFD048: hue angle of 67.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFD048 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 72 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.18 |
| HSL | 67.5º | 0.59% | 0.55% | - |
| HSV(B) | 67.5º | 0.65% | 0.82% | - |
| XYZ | 45.21 | 56.66 | 14.68 | - |
| YUV | 187.41 | 62.87 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 72 | 0.08 | 0 | 0.65 | 0.18 | 67.5 | 0.59 | 0.55 |
| Hex | BF | D0 | 48 | 8 | 0 | 41 | 12 | 44 | 3B | 37 |
| Octal | 277 | 320 | 110 | 10 | 0 | 101 | 22 | 104 | 73 | 67 |
| Binary | 10111111 | 11010000 | 1001000 | 1000 | 0 | 1000001 | 10010 | 1000100 | 111011 | 110111 |
Color Harmonies of #BFD048
Complementary color
Monochromatic Colors of #BFD048
Black with #BFD048
Text Example
Text Example
White with #BFD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD048; }
p { color: rgb(191,208,72); }
H1.HeaderClassName
{
color: #BFD048;
}
.AnyTagClassName
{
color: #BFD048;
}
</style>
background-color css
<style>
a { background-color: #BFD048; }
a { background-color: rgb(191,208,72); }
div.DivClassName
{
background-color: #BFD048;
}
.BgClassName
{
background-color: #BFD048;
}
</style>
border-color css
<style>
span { border-color: #BFD048; }
span { border-color: rgb(191,208,72); }
td.TdClassName
{
border-color: #BFD048;
}
.TagClassName
{
border-color: #BFD048;
}
</style>