Shades of Deco #BFD47D
Tints of Deco #BFD47D
RGB
CMYK
RGB Variations
Color information
#BFD47D (or 0xBFD47D) is known color: Deco. HEX triplet: BF, D4 and 7D. RGB value is (191,212,125). Sum of RGB (Red+Green+Blue) = 191+212+125=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD47D is #402B82. Grayscale: #C4C4C4. Windows color (decimal): -4205443 or 8246463. OLE color: 8246463.
HSL color Cylindrical-coordinate representation of color #BFD47D: hue angle of 74.48º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD47D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 125 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.17 |
| HSL | 74.48º | 0.5% | 0.66% | - |
| HSV(B) | 74.48º | 0.41% | 0.83% | - |
| XYZ | 48.73 | 59.64 | 28.35 | - |
| YUV | 195.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 125 | 0.10 | 0 | 0.41 | 0.17 | 74.48 | 0.5 | 0.66 |
| Hex | BF | D4 | 7D | A | 0 | 29 | 11 | 4A | 32 | 42 |
| Octal | 277 | 324 | 175 | 12 | 0 | 51 | 21 | 112 | 62 | 102 |
| Binary | 10111111 | 11010100 | 1111101 | 1010 | 0 | 101001 | 10001 | 1001010 | 110010 | 1000010 |
Color Harmonies of #BFD47D
Complementary color
Monochromatic Colors of #BFD47D
Black with #BFD47D
Text Example
Text Example
White with #BFD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD47D; }
p { color: rgb(191,212,125); }
H1.HeaderClassName
{
color: #BFD47D;
}
.AnyTagClassName
{
color: #BFD47D;
}
</style>
background-color css
<style>
a { background-color: #BFD47D; }
a { background-color: rgb(191,212,125); }
div.DivClassName
{
background-color: #BFD47D;
}
.BgClassName
{
background-color: #BFD47D;
}
</style>
border-color css
<style>
span { border-color: #BFD47D; }
span { border-color: rgb(191,212,125); }
td.TdClassName
{
border-color: #BFD47D;
}
.TagClassName
{
border-color: #BFD47D;
}
</style>