Shades of Las Palmas #BFD739
Tints of Las Palmas #BFD739
RGB
CMYK
RGB Variations
Color information
#BFD739 (or 0xBFD739) is known color: Las Palmas. HEX triplet: BF, D7 and 39. RGB value is (191,215,57). Sum of RGB (Red+Green+Blue) = 191+215+57=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 57 (22.66% from 255 or 12.31% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD739 is #4028C6. Grayscale: #BEBEBE. Windows color (decimal): -4204743 or 3790783. OLE color: 3790783.
HSL color Cylindrical-coordinate representation of color #BFD739: hue angle of 69.11º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFD739 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 57 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.16 |
| HSL | 69.11º | 0.66% | 0.53% | - |
| HSV(B) | 69.11º | 0.73% | 0.84% | - |
| XYZ | 46.52 | 59.97 | 12.99 | - |
| YUV | 189.81 | 53.05 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 57 | 0.11 | 0 | 0.73 | 0.16 | 69.11 | 0.66 | 0.53 |
| Hex | BF | D7 | 39 | B | 0 | 49 | 10 | 45 | 42 | 35 |
| Octal | 277 | 327 | 71 | 13 | 0 | 111 | 20 | 105 | 102 | 65 |
| Binary | 10111111 | 11010111 | 111001 | 1011 | 0 | 1001001 | 10000 | 1000101 | 1000010 | 110101 |
Color Harmonies of #BFD739
Complementary color
Monochromatic Colors of #BFD739
Black with #BFD739
Text Example
Text Example
White with #BFD739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD739; }
p { color: rgb(191,215,57); }
H1.HeaderClassName
{
color: #BFD739;
}
.AnyTagClassName
{
color: #BFD739;
}
</style>
background-color css
<style>
a { background-color: #BFD739; }
a { background-color: rgb(191,215,57); }
div.DivClassName
{
background-color: #BFD739;
}
.BgClassName
{
background-color: #BFD739;
}
</style>
border-color css
<style>
span { border-color: #BFD739; }
span { border-color: rgb(191,215,57); }
td.TdClassName
{
border-color: #BFD739;
}
.TagClassName
{
border-color: #BFD739;
}
</style>