Shades of Las Palmas #BFDD46
Tints of Las Palmas #BFDD46
RGB
CMYK
RGB Variations
Color information
#BFDD46 (or 0xBFDD46) is known color: Las Palmas. HEX triplet: BF, DD and 46. RGB value is (191,221,70). Sum of RGB (Red+Green+Blue) = 191+221+70=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD46 is #4022B9. Grayscale: #C3C3C3. Windows color (decimal): -4203194 or 4644287. OLE color: 4644287.
HSL color Cylindrical-coordinate representation of color #BFDD46: hue angle of 71.92º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFDD46 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 70 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.13 |
| HSL | 71.92º | 0.69% | 0.57% | - |
| HSV(B) | 71.92º | 0.68% | 0.87% | - |
| XYZ | 48.45 | 63.23 | 15.45 | - |
| YUV | 194.82 | 57.56 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 70 | 0.14 | 0 | 0.68 | 0.13 | 71.92 | 0.69 | 0.57 |
| Hex | BF | DD | 46 | E | 0 | 44 | D | 48 | 45 | 39 |
| Octal | 277 | 335 | 106 | 16 | 0 | 104 | 15 | 110 | 105 | 71 |
| Binary | 10111111 | 11011101 | 1000110 | 1110 | 0 | 1000100 | 1101 | 1001000 | 1000101 | 111001 |
Color Harmonies of #BFDD46
Complementary color
Monochromatic Colors of #BFDD46
Black with #BFDD46
Text Example
Text Example
White with #BFDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD46; }
p { color: rgb(191,221,70); }
H1.HeaderClassName
{
color: #BFDD46;
}
.AnyTagClassName
{
color: #BFDD46;
}
</style>
background-color css
<style>
a { background-color: #BFDD46; }
a { background-color: rgb(191,221,70); }
div.DivClassName
{
background-color: #BFDD46;
}
.BgClassName
{
background-color: #BFDD46;
}
</style>
border-color css
<style>
span { border-color: #BFDD46; }
span { border-color: rgb(191,221,70); }
td.TdClassName
{
border-color: #BFDD46;
}
.TagClassName
{
border-color: #BFDD46;
}
</style>