Shades of Las Palmas #BFDF46
Tints of Las Palmas #BFDF46
RGB
CMYK
RGB Variations
Color information
#BFDF46 (or 0xBFDF46) is known color: Las Palmas. HEX triplet: BF, DF and 46. RGB value is (191,223,70). Sum of RGB (Red+Green+Blue) = 191+223+70=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF46 is #4020B9. Grayscale: #C4C4C4. Windows color (decimal): -4202682 or 4644799. OLE color: 4644799.
HSL color Cylindrical-coordinate representation of color #BFDF46: hue angle of 72.55º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFDF46 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 70 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.13 |
| HSL | 72.55º | 0.71% | 0.57% | - |
| HSV(B) | 72.55º | 0.69% | 0.87% | - |
| XYZ | 48.98 | 64.29 | 15.62 | - |
| YUV | 195.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 70 | 0.14 | 0 | 0.69 | 0.13 | 72.55 | 0.71 | 0.57 |
| Hex | BF | DF | 46 | E | 0 | 45 | D | 49 | 47 | 39 |
| Octal | 277 | 337 | 106 | 16 | 0 | 105 | 15 | 111 | 107 | 71 |
| Binary | 10111111 | 11011111 | 1000110 | 1110 | 0 | 1000101 | 1101 | 1001001 | 1000111 | 111001 |
Color Harmonies of #BFDF46
Complementary color
Monochromatic Colors of #BFDF46
Black with #BFDF46
Text Example
Text Example
White with #BFDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF46; }
p { color: rgb(191,223,70); }
H1.HeaderClassName
{
color: #BFDF46;
}
.AnyTagClassName
{
color: #BFDF46;
}
</style>
background-color css
<style>
a { background-color: #BFDF46; }
a { background-color: rgb(191,223,70); }
div.DivClassName
{
background-color: #BFDF46;
}
.BgClassName
{
background-color: #BFDF46;
}
</style>
border-color css
<style>
span { border-color: #BFDF46; }
span { border-color: rgb(191,223,70); }
td.TdClassName
{
border-color: #BFDF46;
}
.TagClassName
{
border-color: #BFDF46;
}
</style>