Shades of Deco #BFD37F
Tints of Deco #BFD37F
RGB
CMYK
RGB Variations
Color information
#BFD37F (or 0xBFD37F) is known color: Deco. HEX triplet: BF, D3 and 7F. RGB value is (191,211,127). Sum of RGB (Red+Green+Blue) = 191+211+127=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD37F is #402C80. Grayscale: #C3C3C3. Windows color (decimal): -4205697 or 8377279. OLE color: 8377279.
HSL color Cylindrical-coordinate representation of color #BFD37F: hue angle of 74.29º degrees, saturation: 0.49, 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 #BFD37F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 127 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.17 |
| HSL | 74.29º | 0.49% | 0.66% | - |
| HSV(B) | 74.29º | 0.4% | 0.83% | - |
| XYZ | 48.61 | 59.2 | 28.94 | - |
| YUV | 195.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 127 | 0.09 | 0 | 0.40 | 0.17 | 74.29 | 0.49 | 0.66 |
| Hex | BF | D3 | 7F | 9 | 0 | 28 | 11 | 4A | 31 | 42 |
| Octal | 277 | 323 | 177 | 11 | 0 | 50 | 21 | 112 | 61 | 102 |
| Binary | 10111111 | 11010011 | 1111111 | 1001 | 0 | 101000 | 10001 | 1001010 | 110001 | 1000010 |
Color Harmonies of #BFD37F
Complementary color
Monochromatic Colors of #BFD37F
Black with #BFD37F
Text Example
Text Example
White with #BFD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD37F; }
p { color: rgb(191,211,127); }
H1.HeaderClassName
{
color: #BFD37F;
}
.AnyTagClassName
{
color: #BFD37F;
}
</style>
background-color css
<style>
a { background-color: #BFD37F; }
a { background-color: rgb(191,211,127); }
div.DivClassName
{
background-color: #BFD37F;
}
.BgClassName
{
background-color: #BFD37F;
}
</style>
border-color css
<style>
span { border-color: #BFD37F; }
span { border-color: rgb(191,211,127); }
td.TdClassName
{
border-color: #BFD37F;
}
.TagClassName
{
border-color: #BFD37F;
}
</style>