Shades of Deco #BFD37E
Tints of Deco #BFD37E
RGB
CMYK
RGB Variations
Color information
#BFD37E (or 0xBFD37E) is known color: Deco. HEX triplet: BF, D3 and 7E. RGB value is (191,211,126). Sum of RGB (Red+Green+Blue) = 191+211+126=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD37E is #402C81. Grayscale: #C3C3C3. Windows color (decimal): -4205698 or 8311743. OLE color: 8311743.
HSL color Cylindrical-coordinate representation of color #BFD37E: hue angle of 74.12º 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 #BFD37E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 126 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.17 |
| HSL | 74.12º | 0.49% | 0.66% | - |
| HSV(B) | 74.12º | 0.4% | 0.83% | - |
| XYZ | 48.55 | 59.17 | 28.6 | - |
| YUV | 195.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 126 | 0.09 | 0 | 0.40 | 0.17 | 74.12 | 0.49 | 0.66 |
| Hex | BF | D3 | 7E | 9 | 0 | 28 | 11 | 4A | 31 | 42 |
| Octal | 277 | 323 | 176 | 11 | 0 | 50 | 21 | 112 | 61 | 102 |
| Binary | 10111111 | 11010011 | 1111110 | 1001 | 0 | 101000 | 10001 | 1001010 | 110001 | 1000010 |
Color Harmonies of #BFD37E
Complementary color
Monochromatic Colors of #BFD37E
Black with #BFD37E
Text Example
Text Example
White with #BFD37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD37E; }
p { color: rgb(191,211,126); }
H1.HeaderClassName
{
color: #BFD37E;
}
.AnyTagClassName
{
color: #BFD37E;
}
</style>
background-color css
<style>
a { background-color: #BFD37E; }
a { background-color: rgb(191,211,126); }
div.DivClassName
{
background-color: #BFD37E;
}
.BgClassName
{
background-color: #BFD37E;
}
</style>
border-color css
<style>
span { border-color: #BFD37E; }
span { border-color: rgb(191,211,126); }
td.TdClassName
{
border-color: #BFD37E;
}
.TagClassName
{
border-color: #BFD37E;
}
</style>