Shades of Las Palmas #BFD141
Tints of Las Palmas #BFD141
RGB
CMYK
RGB Variations
Color information
#BFD141 (or 0xBFD141) is known color: Las Palmas. HEX triplet: BF, D1 and 41. RGB value is (191,209,65). Sum of RGB (Red+Green+Blue) = 191+209+65=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD141 is #402EBE. Grayscale: #BBBBBB. Windows color (decimal): -4206271 or 4313535. OLE color: 4313535.
HSL color Cylindrical-coordinate representation of color #BFD141: hue angle of 67.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD141 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 65 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.18 |
| HSL | 67.5º | 0.61% | 0.54% | - |
| HSV(B) | 67.5º | 0.69% | 0.82% | - |
| XYZ | 45.24 | 57.06 | 13.63 | - |
| YUV | 187.2 | 59.04 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 65 | 0.09 | 0 | 0.69 | 0.18 | 67.5 | 0.61 | 0.54 |
| Hex | BF | D1 | 41 | 9 | 0 | 45 | 12 | 44 | 3D | 36 |
| Octal | 277 | 321 | 101 | 11 | 0 | 105 | 22 | 104 | 75 | 66 |
| Binary | 10111111 | 11010001 | 1000001 | 1001 | 0 | 1000101 | 10010 | 1000100 | 111101 | 110110 |
Color Harmonies of #BFD141
Complementary color
Monochromatic Colors of #BFD141
Black with #BFD141
Text Example
Text Example
White with #BFD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD141; }
p { color: rgb(191,209,65); }
H1.HeaderClassName
{
color: #BFD141;
}
.AnyTagClassName
{
color: #BFD141;
}
</style>
background-color css
<style>
a { background-color: #BFD141; }
a { background-color: rgb(191,209,65); }
div.DivClassName
{
background-color: #BFD141;
}
.BgClassName
{
background-color: #BFD141;
}
</style>
border-color css
<style>
span { border-color: #BFD141; }
span { border-color: rgb(191,209,65); }
td.TdClassName
{
border-color: #BFD141;
}
.TagClassName
{
border-color: #BFD141;
}
</style>