Shades of Las Palmas #BFDF31
Tints of Las Palmas #BFDF31
RGB
CMYK
RGB Variations
Color information
#BFDF31 (or 0xBFDF31) is known color: Las Palmas. HEX triplet: BF, DF and 31. RGB value is (191,223,49). Sum of RGB (Red+Green+Blue) = 191+223+49=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF31 is #4020CE. Grayscale: #C2C2C2. Windows color (decimal): -4202703 or 3268543. OLE color: 3268543.
HSL color Cylindrical-coordinate representation of color #BFDF31: hue angle of 71.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFDF31 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 49 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.13 |
| HSL | 71.03º | 0.73% | 0.53% | - |
| HSV(B) | 71.03º | 0.78% | 0.87% | - |
| XYZ | 48.43 | 64.07 | 12.72 | - |
| YUV | 193.6 | 46.4 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 49 | 0.14 | 0 | 0.78 | 0.13 | 71.03 | 0.73 | 0.53 |
| Hex | BF | DF | 31 | E | 0 | 4E | D | 47 | 49 | 35 |
| Octal | 277 | 337 | 61 | 16 | 0 | 116 | 15 | 107 | 111 | 65 |
| Binary | 10111111 | 11011111 | 110001 | 1110 | 0 | 1001110 | 1101 | 1000111 | 1001001 | 110101 |
Color Harmonies of #BFDF31
Complementary color
Monochromatic Colors of #BFDF31
Black with #BFDF31
Text Example
Text Example
White with #BFDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF31; }
p { color: rgb(191,223,49); }
H1.HeaderClassName
{
color: #BFDF31;
}
.AnyTagClassName
{
color: #BFDF31;
}
</style>
background-color css
<style>
a { background-color: #BFDF31; }
a { background-color: rgb(191,223,49); }
div.DivClassName
{
background-color: #BFDF31;
}
.BgClassName
{
background-color: #BFDF31;
}
</style>
border-color css
<style>
span { border-color: #BFDF31; }
span { border-color: rgb(191,223,49); }
td.TdClassName
{
border-color: #BFDF31;
}
.TagClassName
{
border-color: #BFDF31;
}
</style>