Shades of Las Palmas #BFD247
Tints of Las Palmas #BFD247
RGB
CMYK
RGB Variations
Color information
#BFD247 (or 0xBFD247) is known color: Las Palmas. HEX triplet: BF, D2 and 47. RGB value is (191,210,71). Sum of RGB (Red+Green+Blue) = 191+210+71=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD247 is #402DB8. Grayscale: #BDBDBD. Windows color (decimal): -4206009 or 4707007. OLE color: 4707007.
HSL color Cylindrical-coordinate representation of color #BFD247: hue angle of 68.2º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD247 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 71 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.18 |
| HSL | 68.2º | 0.61% | 0.55% | - |
| HSV(B) | 68.2º | 0.66% | 0.82% | - |
| XYZ | 45.67 | 57.62 | 14.68 | - |
| YUV | 188.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 71 | 0.09 | 0 | 0.66 | 0.18 | 68.2 | 0.61 | 0.55 |
| Hex | BF | D2 | 47 | 9 | 0 | 42 | 12 | 44 | 3D | 37 |
| Octal | 277 | 322 | 107 | 11 | 0 | 102 | 22 | 104 | 75 | 67 |
| Binary | 10111111 | 11010010 | 1000111 | 1001 | 0 | 1000010 | 10010 | 1000100 | 111101 | 110111 |
Color Harmonies of #BFD247
Complementary color
Monochromatic Colors of #BFD247
Black with #BFD247
Text Example
Text Example
White with #BFD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD247; }
p { color: rgb(191,210,71); }
H1.HeaderClassName
{
color: #BFD247;
}
.AnyTagClassName
{
color: #BFD247;
}
</style>
background-color css
<style>
a { background-color: #BFD247; }
a { background-color: rgb(191,210,71); }
div.DivClassName
{
background-color: #BFD247;
}
.BgClassName
{
background-color: #BFD247;
}
</style>
border-color css
<style>
span { border-color: #BFD247; }
span { border-color: rgb(191,210,71); }
td.TdClassName
{
border-color: #BFD247;
}
.TagClassName
{
border-color: #BFD247;
}
</style>