Shades of Las Palmas #BFD041
Tints of Las Palmas #BFD041
RGB
CMYK
RGB Variations
Color information
#BFD041 (or 0xBFD041) is known color: Las Palmas. HEX triplet: BF, D0 and 41. RGB value is (191,208,65). Sum of RGB (Red+Green+Blue) = 191+208+65=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD041 is #402FBE. Grayscale: #BBBBBB. Windows color (decimal): -4206527 or 4313279. OLE color: 4313279.
HSL color Cylindrical-coordinate representation of color #BFD041: hue angle of 67.13º degrees, saturation: 0.6, 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 #BFD041 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 65 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.18 |
| HSL | 67.13º | 0.6% | 0.54% | - |
| HSV(B) | 67.13º | 0.69% | 0.82% | - |
| XYZ | 45 | 56.57 | 13.55 | - |
| YUV | 186.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 65 | 0.08 | 0 | 0.69 | 0.18 | 67.13 | 0.6 | 0.54 |
| Hex | BF | D0 | 41 | 8 | 0 | 45 | 12 | 43 | 3C | 36 |
| Octal | 277 | 320 | 101 | 10 | 0 | 105 | 22 | 103 | 74 | 66 |
| Binary | 10111111 | 11010000 | 1000001 | 1000 | 0 | 1000101 | 10010 | 1000011 | 111100 | 110110 |
Color Harmonies of #BFD041
Complementary color
Monochromatic Colors of #BFD041
Black with #BFD041
Text Example
Text Example
White with #BFD041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD041; }
p { color: rgb(191,208,65); }
H1.HeaderClassName
{
color: #BFD041;
}
.AnyTagClassName
{
color: #BFD041;
}
</style>
background-color css
<style>
a { background-color: #BFD041; }
a { background-color: rgb(191,208,65); }
div.DivClassName
{
background-color: #BFD041;
}
.BgClassName
{
background-color: #BFD041;
}
</style>
border-color css
<style>
span { border-color: #BFD041; }
span { border-color: rgb(191,208,65); }
td.TdClassName
{
border-color: #BFD041;
}
.TagClassName
{
border-color: #BFD041;
}
</style>