Shades of Las Palmas #BFD748
Tints of Las Palmas #BFD748
RGB
CMYK
RGB Variations
Color information
#BFD748 (or 0xBFD748) is known color: Las Palmas. HEX triplet: BF, D7 and 48. RGB value is (191,215,72). Sum of RGB (Red+Green+Blue) = 191+215+72=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD748 is #4028B7. Grayscale: #C0C0C0. Windows color (decimal): -4204728 or 4773823. OLE color: 4773823.
HSL color Cylindrical-coordinate representation of color #BFD748: hue angle of 70.07º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFD748 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 72 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.16 |
| HSL | 70.07º | 0.64% | 0.56% | - |
| HSV(B) | 70.07º | 0.67% | 0.84% | - |
| XYZ | 46.96 | 60.15 | 15.27 | - |
| YUV | 191.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 72 | 0.11 | 0 | 0.67 | 0.16 | 70.07 | 0.64 | 0.56 |
| Hex | BF | D7 | 48 | B | 0 | 43 | 10 | 46 | 40 | 38 |
| Octal | 277 | 327 | 110 | 13 | 0 | 103 | 20 | 106 | 100 | 70 |
| Binary | 10111111 | 11010111 | 1001000 | 1011 | 0 | 1000011 | 10000 | 1000110 | 1000000 | 111000 |
Color Harmonies of #BFD748
Complementary color
Monochromatic Colors of #BFD748
Black with #BFD748
Text Example
Text Example
White with #BFD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD748; }
p { color: rgb(191,215,72); }
H1.HeaderClassName
{
color: #BFD748;
}
.AnyTagClassName
{
color: #BFD748;
}
</style>
background-color css
<style>
a { background-color: #BFD748; }
a { background-color: rgb(191,215,72); }
div.DivClassName
{
background-color: #BFD748;
}
.BgClassName
{
background-color: #BFD748;
}
</style>
border-color css
<style>
span { border-color: #BFD748; }
span { border-color: rgb(191,215,72); }
td.TdClassName
{
border-color: #BFD748;
}
.TagClassName
{
border-color: #BFD748;
}
</style>