Shades of Las Palmas #BFD941
Tints of Las Palmas #BFD941
RGB
CMYK
RGB Variations
Color information
#BFD941 (or 0xBFD941) is known color: Las Palmas. HEX triplet: BF, D9 and 41. RGB value is (191,217,65). Sum of RGB (Red+Green+Blue) = 191+217+65=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD941 is #4026BE. Grayscale: #C0C0C0. Windows color (decimal): -4204223 or 4315583. OLE color: 4315583.
HSL color Cylindrical-coordinate representation of color #BFD941: hue angle of 70.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD941 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 65 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.15 |
| HSL | 70.26º | 0.67% | 0.55% | - |
| HSV(B) | 70.26º | 0.7% | 0.85% | - |
| XYZ | 47.25 | 61.08 | 14.3 | - |
| YUV | 191.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 65 | 0.12 | 0 | 0.70 | 0.15 | 70.26 | 0.67 | 0.55 |
| Hex | BF | D9 | 41 | C | 0 | 46 | F | 46 | 43 | 37 |
| Octal | 277 | 331 | 101 | 14 | 0 | 106 | 17 | 106 | 103 | 67 |
| Binary | 10111111 | 11011001 | 1000001 | 1100 | 0 | 1000110 | 1111 | 1000110 | 1000011 | 110111 |
Color Harmonies of #BFD941
Complementary color
Monochromatic Colors of #BFD941
Black with #BFD941
Text Example
Text Example
White with #BFD941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD941; }
p { color: rgb(191,217,65); }
H1.HeaderClassName
{
color: #BFD941;
}
.AnyTagClassName
{
color: #BFD941;
}
</style>
background-color css
<style>
a { background-color: #BFD941; }
a { background-color: rgb(191,217,65); }
div.DivClassName
{
background-color: #BFD941;
}
.BgClassName
{
background-color: #BFD941;
}
</style>
border-color css
<style>
span { border-color: #BFD941; }
span { border-color: rgb(191,217,65); }
td.TdClassName
{
border-color: #BFD941;
}
.TagClassName
{
border-color: #BFD941;
}
</style>