Shades of Las Palmas #BFDB43
Tints of Las Palmas #BFDB43
RGB
CMYK
RGB Variations
Color information
#BFDB43 (or 0xBFDB43) is known color: Las Palmas. HEX triplet: BF, DB and 43. RGB value is (191,219,67). Sum of RGB (Red+Green+Blue) = 191+219+67=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 67 (26.56% from 255 or 14.05% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB43 is #4024BC. Grayscale: #C1C1C1. Windows color (decimal): -4203709 or 4447167. OLE color: 4447167.
HSL color Cylindrical-coordinate representation of color #BFDB43: hue angle of 71.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFDB43 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 67 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.14 |
| HSL | 71.05º | 0.68% | 0.56% | - |
| HSV(B) | 71.05º | 0.69% | 0.86% | - |
| XYZ | 47.83 | 62.14 | 14.78 | - |
| YUV | 193.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 67 | 0.13 | 0 | 0.69 | 0.14 | 71.05 | 0.68 | 0.56 |
| Hex | BF | DB | 43 | D | 0 | 45 | E | 47 | 44 | 38 |
| Octal | 277 | 333 | 103 | 15 | 0 | 105 | 16 | 107 | 104 | 70 |
| Binary | 10111111 | 11011011 | 1000011 | 1101 | 0 | 1000101 | 1110 | 1000111 | 1000100 | 111000 |
Color Harmonies of #BFDB43
Complementary color
Monochromatic Colors of #BFDB43
Black with #BFDB43
Text Example
Text Example
White with #BFDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB43; }
p { color: rgb(191,219,67); }
H1.HeaderClassName
{
color: #BFDB43;
}
.AnyTagClassName
{
color: #BFDB43;
}
</style>
background-color css
<style>
a { background-color: #BFDB43; }
a { background-color: rgb(191,219,67); }
div.DivClassName
{
background-color: #BFDB43;
}
.BgClassName
{
background-color: #BFDB43;
}
</style>
border-color css
<style>
span { border-color: #BFDB43; }
span { border-color: rgb(191,219,67); }
td.TdClassName
{
border-color: #BFDB43;
}
.TagClassName
{
border-color: #BFDB43;
}
</style>