Shades of Las Palmas #BFD447
Tints of Las Palmas #BFD447
RGB
CMYK
RGB Variations
Color information
#BFD447 (or 0xBFD447) is known color: Las Palmas. HEX triplet: BF, D4 and 47. RGB value is (191,212,71). Sum of RGB (Red+Green+Blue) = 191+212+71=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD447 is #402BB8. Grayscale: #BEBEBE. Windows color (decimal): -4205497 or 4707519. OLE color: 4707519.
HSL color Cylindrical-coordinate representation of color #BFD447: hue angle of 68.94º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFD447 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 71 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.17 |
| HSL | 68.94º | 0.62% | 0.55% | - |
| HSV(B) | 68.94º | 0.67% | 0.83% | - |
| XYZ | 46.17 | 58.62 | 14.84 | - |
| YUV | 189.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 71 | 0.10 | 0 | 0.67 | 0.17 | 68.94 | 0.62 | 0.55 |
| Hex | BF | D4 | 47 | A | 0 | 43 | 11 | 45 | 3E | 37 |
| Octal | 277 | 324 | 107 | 12 | 0 | 103 | 21 | 105 | 76 | 67 |
| Binary | 10111111 | 11010100 | 1000111 | 1010 | 0 | 1000011 | 10001 | 1000101 | 111110 | 110111 |
Color Harmonies of #BFD447
Complementary color
Monochromatic Colors of #BFD447
Black with #BFD447
Text Example
Text Example
White with #BFD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD447; }
p { color: rgb(191,212,71); }
H1.HeaderClassName
{
color: #BFD447;
}
.AnyTagClassName
{
color: #BFD447;
}
</style>
background-color css
<style>
a { background-color: #BFD447; }
a { background-color: rgb(191,212,71); }
div.DivClassName
{
background-color: #BFD447;
}
.BgClassName
{
background-color: #BFD447;
}
</style>
border-color css
<style>
span { border-color: #BFD447; }
span { border-color: rgb(191,212,71); }
td.TdClassName
{
border-color: #BFD447;
}
.TagClassName
{
border-color: #BFD447;
}
</style>