Shades of Deco #BFD47F
Tints of Deco #BFD47F
RGB
CMYK
RGB Variations
Color information
#BFD47F (or 0xBFD47F) is known color: Deco. HEX triplet: BF, D4 and 7F. RGB value is (191,212,127). Sum of RGB (Red+Green+Blue) = 191+212+127=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD47F is #402B80. Grayscale: #C4C4C4. Windows color (decimal): -4205441 or 8377535. OLE color: 8377535.
HSL color Cylindrical-coordinate representation of color #BFD47F: hue angle of 74.82º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD47F is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 127 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.17 |
| HSL | 74.82º | 0.5% | 0.66% | - |
| HSV(B) | 74.82º | 0.4% | 0.83% | - |
| XYZ | 48.86 | 59.7 | 29.03 | - |
| YUV | 196.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 127 | 0.10 | 0 | 0.40 | 0.17 | 74.82 | 0.5 | 0.66 |
| Hex | BF | D4 | 7F | A | 0 | 28 | 11 | 4B | 32 | 42 |
| Octal | 277 | 324 | 177 | 12 | 0 | 50 | 21 | 113 | 62 | 102 |
| Binary | 10111111 | 11010100 | 1111111 | 1010 | 0 | 101000 | 10001 | 1001011 | 110010 | 1000010 |
Color Harmonies of #BFD47F
Complementary color
Monochromatic Colors of #BFD47F
Black with #BFD47F
Text Example
Text Example
White with #BFD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD47F; }
p { color: rgb(191,212,127); }
H1.HeaderClassName
{
color: #BFD47F;
}
.AnyTagClassName
{
color: #BFD47F;
}
</style>
background-color css
<style>
a { background-color: #BFD47F; }
a { background-color: rgb(191,212,127); }
div.DivClassName
{
background-color: #BFD47F;
}
.BgClassName
{
background-color: #BFD47F;
}
</style>
border-color css
<style>
span { border-color: #BFD47F; }
span { border-color: rgb(191,212,127); }
td.TdClassName
{
border-color: #BFD47F;
}
.TagClassName
{
border-color: #BFD47F;
}
</style>