Shades of Las Palmas #BFD540
Tints of Las Palmas #BFD540
RGB
CMYK
RGB Variations
Color information
#BFD540 (or 0xBFD540) is known color: Las Palmas. HEX triplet: BF, D5 and 40. RGB value is (191,213,64). Sum of RGB (Red+Green+Blue) = 191+213+64=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD540 is #402ABF. Grayscale: #BEBEBE. Windows color (decimal): -4205248 or 4249023. OLE color: 4249023.
HSL color Cylindrical-coordinate representation of color #BFD540: hue angle of 68.86º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD540 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 64 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.16 |
| HSL | 68.86º | 0.64% | 0.54% | - |
| HSV(B) | 68.86º | 0.7% | 0.84% | - |
| XYZ | 46.21 | 59.04 | 13.81 | - |
| YUV | 189.44 | 57.21 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 64 | 0.10 | 0 | 0.70 | 0.16 | 68.86 | 0.64 | 0.54 |
| Hex | BF | D5 | 40 | A | 0 | 46 | 10 | 45 | 40 | 36 |
| Octal | 277 | 325 | 100 | 12 | 0 | 106 | 20 | 105 | 100 | 66 |
| Binary | 10111111 | 11010101 | 1000000 | 1010 | 0 | 1000110 | 10000 | 1000101 | 1000000 | 110110 |
Color Harmonies of #BFD540
Complementary color
Monochromatic Colors of #BFD540
Black with #BFD540
Text Example
Text Example
White with #BFD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD540; }
p { color: rgb(191,213,64); }
H1.HeaderClassName
{
color: #BFD540;
}
.AnyTagClassName
{
color: #BFD540;
}
</style>
background-color css
<style>
a { background-color: #BFD540; }
a { background-color: rgb(191,213,64); }
div.DivClassName
{
background-color: #BFD540;
}
.BgClassName
{
background-color: #BFD540;
}
</style>
border-color css
<style>
span { border-color: #BFD540; }
span { border-color: rgb(191,213,64); }
td.TdClassName
{
border-color: #BFD540;
}
.TagClassName
{
border-color: #BFD540;
}
</style>