Shades of Las Palmas #BFDB45
Tints of Las Palmas #BFDB45
RGB
CMYK
RGB Variations
Color information
#BFDB45 (or 0xBFDB45) is known color: Las Palmas. HEX triplet: BF, DB and 45. RGB value is (191,219,69). Sum of RGB (Red+Green+Blue) = 191+219+69=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB45 is #4024BA. Grayscale: #C2C2C2. Windows color (decimal): -4203707 or 4578239. OLE color: 4578239.
HSL color Cylindrical-coordinate representation of color #BFDB45: hue angle of 71.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFDB45 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 69 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.14 |
| HSL | 71.2º | 0.68% | 0.56% | - |
| HSV(B) | 71.2º | 0.68% | 0.86% | - |
| XYZ | 47.89 | 62.17 | 15.11 | - |
| YUV | 193.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 69 | 0.13 | 0 | 0.68 | 0.14 | 71.2 | 0.68 | 0.56 |
| Hex | BF | DB | 45 | D | 0 | 44 | E | 47 | 44 | 38 |
| Octal | 277 | 333 | 105 | 15 | 0 | 104 | 16 | 107 | 104 | 70 |
| Binary | 10111111 | 11011011 | 1000101 | 1101 | 0 | 1000100 | 1110 | 1000111 | 1000100 | 111000 |
Color Harmonies of #BFDB45
Complementary color
Monochromatic Colors of #BFDB45
Black with #BFDB45
Text Example
Text Example
White with #BFDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB45; }
p { color: rgb(191,219,69); }
H1.HeaderClassName
{
color: #BFDB45;
}
.AnyTagClassName
{
color: #BFDB45;
}
</style>
background-color css
<style>
a { background-color: #BFDB45; }
a { background-color: rgb(191,219,69); }
div.DivClassName
{
background-color: #BFDB45;
}
.BgClassName
{
background-color: #BFDB45;
}
</style>
border-color css
<style>
span { border-color: #BFDB45; }
span { border-color: rgb(191,219,69); }
td.TdClassName
{
border-color: #BFDB45;
}
.TagClassName
{
border-color: #BFDB45;
}
</style>