Shades of Las Palmas #BFD548
Tints of Las Palmas #BFD548
RGB
CMYK
RGB Variations
Color information
#BFD548 (or 0xBFD548) is known color: Las Palmas. HEX triplet: BF, D5 and 48. RGB value is (191,213,72). Sum of RGB (Red+Green+Blue) = 191+213+72=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD548 is #402AB7. Grayscale: #BEBEBE. Windows color (decimal): -4205240 or 4773311. OLE color: 4773311.
HSL color Cylindrical-coordinate representation of color #BFD548: hue angle of 69.36º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD548 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 72 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.16 |
| HSL | 69.36º | 0.63% | 0.56% | - |
| HSV(B) | 69.36º | 0.66% | 0.84% | - |
| XYZ | 46.45 | 59.13 | 15.1 | - |
| YUV | 190.35 | 61.21 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 72 | 0.10 | 0 | 0.66 | 0.16 | 69.36 | 0.63 | 0.56 |
| Hex | BF | D5 | 48 | A | 0 | 42 | 10 | 45 | 3F | 38 |
| Octal | 277 | 325 | 110 | 12 | 0 | 102 | 20 | 105 | 77 | 70 |
| Binary | 10111111 | 11010101 | 1001000 | 1010 | 0 | 1000010 | 10000 | 1000101 | 111111 | 111000 |
Color Harmonies of #BFD548
Complementary color
Monochromatic Colors of #BFD548
Black with #BFD548
Text Example
Text Example
White with #BFD548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD548; }
p { color: rgb(191,213,72); }
H1.HeaderClassName
{
color: #BFD548;
}
.AnyTagClassName
{
color: #BFD548;
}
</style>
background-color css
<style>
a { background-color: #BFD548; }
a { background-color: rgb(191,213,72); }
div.DivClassName
{
background-color: #BFD548;
}
.BgClassName
{
background-color: #BFD548;
}
</style>
border-color css
<style>
span { border-color: #BFD548; }
span { border-color: rgb(191,213,72); }
td.TdClassName
{
border-color: #BFD548;
}
.TagClassName
{
border-color: #BFD548;
}
</style>