Shades of Las Palmas #BFD541
Tints of Las Palmas #BFD541
RGB
CMYK
RGB Variations
Color information
#BFD541 (or 0xBFD541) is known color: Las Palmas. HEX triplet: BF, D5 and 41. RGB value is (191,213,65). Sum of RGB (Red+Green+Blue) = 191+213+65=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD541 is #402ABE. Grayscale: #BEBEBE. Windows color (decimal): -4205247 or 4314559. OLE color: 4314559.
HSL color Cylindrical-coordinate representation of color #BFD541: hue angle of 68.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD541 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 65 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.16 |
| HSL | 68.92º | 0.64% | 0.55% | - |
| HSV(B) | 68.92º | 0.69% | 0.84% | - |
| XYZ | 46.23 | 59.05 | 13.96 | - |
| YUV | 189.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 65 | 0.10 | 0 | 0.69 | 0.16 | 68.92 | 0.64 | 0.55 |
| Hex | BF | D5 | 41 | A | 0 | 45 | 10 | 45 | 40 | 37 |
| Octal | 277 | 325 | 101 | 12 | 0 | 105 | 20 | 105 | 100 | 67 |
| Binary | 10111111 | 11010101 | 1000001 | 1010 | 0 | 1000101 | 10000 | 1000101 | 1000000 | 110111 |
Color Harmonies of #BFD541
Complementary color
Monochromatic Colors of #BFD541
Black with #BFD541
Text Example
Text Example
White with #BFD541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD541; }
p { color: rgb(191,213,65); }
H1.HeaderClassName
{
color: #BFD541;
}
.AnyTagClassName
{
color: #BFD541;
}
</style>
background-color css
<style>
a { background-color: #BFD541; }
a { background-color: rgb(191,213,65); }
div.DivClassName
{
background-color: #BFD541;
}
.BgClassName
{
background-color: #BFD541;
}
</style>
border-color css
<style>
span { border-color: #BFD541; }
span { border-color: rgb(191,213,65); }
td.TdClassName
{
border-color: #BFD541;
}
.TagClassName
{
border-color: #BFD541;
}
</style>