Shades of Las Palmas #BFD543
Tints of Las Palmas #BFD543
RGB
CMYK
RGB Variations
Color information
#BFD543 (or 0xBFD543) is known color: Las Palmas. HEX triplet: BF, D5 and 43. RGB value is (191,213,67). Sum of RGB (Red+Green+Blue) = 191+213+67=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD543 is #402ABC. Grayscale: #BEBEBE. Windows color (decimal): -4205245 or 4445631. OLE color: 4445631.
HSL color Cylindrical-coordinate representation of color #BFD543: hue angle of 69.04º degrees, saturation: 0.63, 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 #BFD543 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 67 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.16 |
| HSL | 69.04º | 0.63% | 0.55% | - |
| HSV(B) | 69.04º | 0.69% | 0.84% | - |
| XYZ | 46.29 | 59.07 | 14.27 | - |
| YUV | 189.78 | 58.71 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 67 | 0.10 | 0 | 0.69 | 0.16 | 69.04 | 0.63 | 0.55 |
| Hex | BF | D5 | 43 | A | 0 | 45 | 10 | 45 | 3F | 37 |
| Octal | 277 | 325 | 103 | 12 | 0 | 105 | 20 | 105 | 77 | 67 |
| Binary | 10111111 | 11010101 | 1000011 | 1010 | 0 | 1000101 | 10000 | 1000101 | 111111 | 110111 |
Color Harmonies of #BFD543
Complementary color
Monochromatic Colors of #BFD543
Black with #BFD543
Text Example
Text Example
White with #BFD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD543; }
p { color: rgb(191,213,67); }
H1.HeaderClassName
{
color: #BFD543;
}
.AnyTagClassName
{
color: #BFD543;
}
</style>
background-color css
<style>
a { background-color: #BFD543; }
a { background-color: rgb(191,213,67); }
div.DivClassName
{
background-color: #BFD543;
}
.BgClassName
{
background-color: #BFD543;
}
</style>
border-color css
<style>
span { border-color: #BFD543; }
span { border-color: rgb(191,213,67); }
td.TdClassName
{
border-color: #BFD543;
}
.TagClassName
{
border-color: #BFD543;
}
</style>