Shades of Las Palmas #BFDB44
Tints of Las Palmas #BFDB44
RGB
CMYK
RGB Variations
Color information
#BFDB44 (or 0xBFDB44) is known color: Las Palmas. HEX triplet: BF, DB and 44. RGB value is (191,219,68). Sum of RGB (Red+Green+Blue) = 191+219+68=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB44 is #4024BB. Grayscale: #C1C1C1. Windows color (decimal): -4203708 or 4512703. OLE color: 4512703.
HSL color Cylindrical-coordinate representation of color #BFDB44: hue angle of 71.13º 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 #BFDB44 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 68 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.14 |
| HSL | 71.13º | 0.68% | 0.56% | - |
| HSV(B) | 71.13º | 0.69% | 0.86% | - |
| XYZ | 47.86 | 62.16 | 14.94 | - |
| YUV | 193.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 68 | 0.13 | 0 | 0.69 | 0.14 | 71.13 | 0.68 | 0.56 |
| Hex | BF | DB | 44 | D | 0 | 45 | E | 47 | 44 | 38 |
| Octal | 277 | 333 | 104 | 15 | 0 | 105 | 16 | 107 | 104 | 70 |
| Binary | 10111111 | 11011011 | 1000100 | 1101 | 0 | 1000101 | 1110 | 1000111 | 1000100 | 111000 |
Color Harmonies of #BFDB44
Complementary color
Monochromatic Colors of #BFDB44
Black with #BFDB44
Text Example
Text Example
White with #BFDB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB44; }
p { color: rgb(191,219,68); }
H1.HeaderClassName
{
color: #BFDB44;
}
.AnyTagClassName
{
color: #BFDB44;
}
</style>
background-color css
<style>
a { background-color: #BFDB44; }
a { background-color: rgb(191,219,68); }
div.DivClassName
{
background-color: #BFDB44;
}
.BgClassName
{
background-color: #BFDB44;
}
</style>
border-color css
<style>
span { border-color: #BFDB44; }
span { border-color: rgb(191,219,68); }
td.TdClassName
{
border-color: #BFDB44;
}
.TagClassName
{
border-color: #BFDB44;
}
</style>