Shades of Las Palmas #BFD648
Tints of Las Palmas #BFD648
RGB
CMYK
RGB Variations
Color information
#BFD648 (or 0xBFD648) is known color: Las Palmas. HEX triplet: BF, D6 and 48. RGB value is (191,214,72). Sum of RGB (Red+Green+Blue) = 191+214+72=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD648 is #4029B7. Grayscale: #BFBFBF. Windows color (decimal): -4204984 or 4773567. OLE color: 4773567.
HSL color Cylindrical-coordinate representation of color #BFD648: hue angle of 69.72º 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 #BFD648 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 72 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.16 |
| HSL | 69.72º | 0.63% | 0.56% | - |
| HSV(B) | 69.72º | 0.66% | 0.84% | - |
| XYZ | 46.7 | 59.64 | 15.18 | - |
| YUV | 190.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 72 | 0.11 | 0 | 0.66 | 0.16 | 69.72 | 0.63 | 0.56 |
| Hex | BF | D6 | 48 | B | 0 | 42 | 10 | 46 | 3F | 38 |
| Octal | 277 | 326 | 110 | 13 | 0 | 102 | 20 | 106 | 77 | 70 |
| Binary | 10111111 | 11010110 | 1001000 | 1011 | 0 | 1000010 | 10000 | 1000110 | 111111 | 111000 |
Color Harmonies of #BFD648
Complementary color
Monochromatic Colors of #BFD648
Black with #BFD648
Text Example
Text Example
White with #BFD648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD648; }
p { color: rgb(191,214,72); }
H1.HeaderClassName
{
color: #BFD648;
}
.AnyTagClassName
{
color: #BFD648;
}
</style>
background-color css
<style>
a { background-color: #BFD648; }
a { background-color: rgb(191,214,72); }
div.DivClassName
{
background-color: #BFD648;
}
.BgClassName
{
background-color: #BFD648;
}
</style>
border-color css
<style>
span { border-color: #BFD648; }
span { border-color: rgb(191,214,72); }
td.TdClassName
{
border-color: #BFD648;
}
.TagClassName
{
border-color: #BFD648;
}
</style>