Shades of Deco #BFD57D
Tints of Deco #BFD57D
RGB
CMYK
RGB Variations
Color information
#BFD57D (or 0xBFD57D) is known color: Deco. HEX triplet: BF, D5 and 7D. RGB value is (191,213,125). Sum of RGB (Red+Green+Blue) = 191+213+125=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD57D is #402A82. Grayscale: #C4C4C4. Windows color (decimal): -4205187 or 8246719. OLE color: 8246719.
HSL color Cylindrical-coordinate representation of color #BFD57D: hue angle of 75º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD57D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 125 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.16 |
| HSL | 75º | 0.51% | 0.66% | - |
| HSV(B) | 75º | 0.41% | 0.84% | - |
| XYZ | 48.98 | 60.15 | 28.43 | - |
| YUV | 196.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 125 | 0.10 | 0 | 0.41 | 0.16 | 75 | 0.51 | 0.66 |
| Hex | BF | D5 | 7D | A | 0 | 29 | 10 | 4B | 33 | 42 |
| Octal | 277 | 325 | 175 | 12 | 0 | 51 | 20 | 113 | 63 | 102 |
| Binary | 10111111 | 11010101 | 1111101 | 1010 | 0 | 101001 | 10000 | 1001011 | 110011 | 1000010 |
Color Harmonies of #BFD57D
Complementary color
Monochromatic Colors of #BFD57D
Black with #BFD57D
Text Example
Text Example
White with #BFD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD57D; }
p { color: rgb(191,213,125); }
H1.HeaderClassName
{
color: #BFD57D;
}
.AnyTagClassName
{
color: #BFD57D;
}
</style>
background-color css
<style>
a { background-color: #BFD57D; }
a { background-color: rgb(191,213,125); }
div.DivClassName
{
background-color: #BFD57D;
}
.BgClassName
{
background-color: #BFD57D;
}
</style>
border-color css
<style>
span { border-color: #BFD57D; }
span { border-color: rgb(191,213,125); }
td.TdClassName
{
border-color: #BFD57D;
}
.TagClassName
{
border-color: #BFD57D;
}
</style>