Shades of Celery #BFD047
Tints of Celery #BFD047
RGB
CMYK
RGB Variations
Color information
#BFD047 (or 0xBFD047) is known color: Celery. HEX triplet: BF, D0 and 47. RGB value is (191,208,71). Sum of RGB (Red+Green+Blue) = 191+208+71=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD047 is #402FB8. Grayscale: #BBBBBB. Windows color (decimal): -4206521 or 4706495. OLE color: 4706495.
HSL color Cylindrical-coordinate representation of color #BFD047: hue angle of 67.45º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD047 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 71 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.18 |
| HSL | 67.45º | 0.59% | 0.55% | - |
| HSV(B) | 67.45º | 0.66% | 0.82% | - |
| XYZ | 45.18 | 56.64 | 14.51 | - |
| YUV | 187.3 | 62.37 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 71 | 0.08 | 0 | 0.66 | 0.18 | 67.45 | 0.59 | 0.55 |
| Hex | BF | D0 | 47 | 8 | 0 | 42 | 12 | 43 | 3B | 37 |
| Octal | 277 | 320 | 107 | 10 | 0 | 102 | 22 | 103 | 73 | 67 |
| Binary | 10111111 | 11010000 | 1000111 | 1000 | 0 | 1000010 | 10010 | 1000011 | 111011 | 110111 |
Color Harmonies of #BFD047
Complementary color
Monochromatic Colors of #BFD047
Black with #BFD047
Text Example
Text Example
White with #BFD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD047; }
p { color: rgb(191,208,71); }
H1.HeaderClassName
{
color: #BFD047;
}
.AnyTagClassName
{
color: #BFD047;
}
</style>
background-color css
<style>
a { background-color: #BFD047; }
a { background-color: rgb(191,208,71); }
div.DivClassName
{
background-color: #BFD047;
}
.BgClassName
{
background-color: #BFD047;
}
</style>
border-color css
<style>
span { border-color: #BFD047; }
span { border-color: rgb(191,208,71); }
td.TdClassName
{
border-color: #BFD047;
}
.TagClassName
{
border-color: #BFD047;
}
</style>