Shades of Las Palmas #BFDB33
Tints of Las Palmas #BFDB33
RGB
CMYK
RGB Variations
Color information
#BFDB33 (or 0xBFDB33) is known color: Las Palmas. HEX triplet: BF, DB and 33. RGB value is (191,219,51). Sum of RGB (Red+Green+Blue) = 191+219+51=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB33 is #4024CC. Grayscale: #C0C0C0. Windows color (decimal): -4203725 or 3398591. OLE color: 3398591.
HSL color Cylindrical-coordinate representation of color #BFDB33: hue angle of 70º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFDB33 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 51 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.14 |
| HSL | 70º | 0.7% | 0.53% | - |
| HSV(B) | 70º | 0.77% | 0.86% | - |
| XYZ | 47.41 | 61.98 | 12.6 | - |
| YUV | 191.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 51 | 0.13 | 0 | 0.77 | 0.14 | 70 | 0.7 | 0.53 |
| Hex | BF | DB | 33 | D | 0 | 4D | E | 46 | 46 | 35 |
| Octal | 277 | 333 | 63 | 15 | 0 | 115 | 16 | 106 | 106 | 65 |
| Binary | 10111111 | 11011011 | 110011 | 1101 | 0 | 1001101 | 1110 | 1000110 | 1000110 | 110101 |
Color Harmonies of #BFDB33
Complementary color
Monochromatic Colors of #BFDB33
Black with #BFDB33
Text Example
Text Example
White with #BFDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB33; }
p { color: rgb(191,219,51); }
H1.HeaderClassName
{
color: #BFDB33;
}
.AnyTagClassName
{
color: #BFDB33;
}
</style>
background-color css
<style>
a { background-color: #BFDB33; }
a { background-color: rgb(191,219,51); }
div.DivClassName
{
background-color: #BFDB33;
}
.BgClassName
{
background-color: #BFDB33;
}
</style>
border-color css
<style>
span { border-color: #BFDB33; }
span { border-color: rgb(191,219,51); }
td.TdClassName
{
border-color: #BFDB33;
}
.TagClassName
{
border-color: #BFDB33;
}
</style>