Shades of Las Palmas #BFD441
Tints of Las Palmas #BFD441
RGB
CMYK
RGB Variations
Color information
#BFD441 (or 0xBFD441) is known color: Las Palmas. HEX triplet: BF, D4 and 41. RGB value is (191,212,65). Sum of RGB (Red+Green+Blue) = 191+212+65=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD441 is #402BBE. Grayscale: #BDBDBD. Windows color (decimal): -4205503 or 4314303. OLE color: 4314303.
HSL color Cylindrical-coordinate representation of color #BFD441: hue angle of 68.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD441 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 65 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.17 |
| HSL | 68.57º | 0.63% | 0.54% | - |
| HSV(B) | 68.57º | 0.69% | 0.83% | - |
| XYZ | 45.98 | 58.54 | 13.88 | - |
| YUV | 188.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 65 | 0.10 | 0 | 0.69 | 0.17 | 68.57 | 0.63 | 0.54 |
| Hex | BF | D4 | 41 | A | 0 | 45 | 11 | 45 | 3F | 36 |
| Octal | 277 | 324 | 101 | 12 | 0 | 105 | 21 | 105 | 77 | 66 |
| Binary | 10111111 | 11010100 | 1000001 | 1010 | 0 | 1000101 | 10001 | 1000101 | 111111 | 110110 |
Color Harmonies of #BFD441
Complementary color
Monochromatic Colors of #BFD441
Black with #BFD441
Text Example
Text Example
White with #BFD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD441; }
p { color: rgb(191,212,65); }
H1.HeaderClassName
{
color: #BFD441;
}
.AnyTagClassName
{
color: #BFD441;
}
</style>
background-color css
<style>
a { background-color: #BFD441; }
a { background-color: rgb(191,212,65); }
div.DivClassName
{
background-color: #BFD441;
}
.BgClassName
{
background-color: #BFD441;
}
</style>
border-color css
<style>
span { border-color: #BFD441; }
span { border-color: rgb(191,212,65); }
td.TdClassName
{
border-color: #BFD441;
}
.TagClassName
{
border-color: #BFD441;
}
</style>