Shades of Las Palmas #BFD140
Tints of Las Palmas #BFD140
RGB
CMYK
RGB Variations
Color information
#BFD140 (or 0xBFD140) is known color: Las Palmas. HEX triplet: BF, D1 and 40. RGB value is (191,209,64). Sum of RGB (Red+Green+Blue) = 191+209+64=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD140 is #402EBF. Grayscale: #BBBBBB. Windows color (decimal): -4206272 or 4247999. OLE color: 4247999.
HSL color Cylindrical-coordinate representation of color #BFD140: hue angle of 67.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD140 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 64 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.18 |
| HSL | 67.45º | 0.61% | 0.54% | - |
| HSV(B) | 67.45º | 0.69% | 0.82% | - |
| XYZ | 45.21 | 57.05 | 13.48 | - |
| YUV | 187.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 64 | 0.09 | 0 | 0.69 | 0.18 | 67.45 | 0.61 | 0.54 |
| Hex | BF | D1 | 40 | 9 | 0 | 45 | 12 | 43 | 3D | 36 |
| Octal | 277 | 321 | 100 | 11 | 0 | 105 | 22 | 103 | 75 | 66 |
| Binary | 10111111 | 11010001 | 1000000 | 1001 | 0 | 1000101 | 10010 | 1000011 | 111101 | 110110 |
Color Harmonies of #BFD140
Complementary color
Monochromatic Colors of #BFD140
Black with #BFD140
Text Example
Text Example
White with #BFD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD140; }
p { color: rgb(191,209,64); }
H1.HeaderClassName
{
color: #BFD140;
}
.AnyTagClassName
{
color: #BFD140;
}
</style>
background-color css
<style>
a { background-color: #BFD140; }
a { background-color: rgb(191,209,64); }
div.DivClassName
{
background-color: #BFD140;
}
.BgClassName
{
background-color: #BFD140;
}
</style>
border-color css
<style>
span { border-color: #BFD140; }
span { border-color: rgb(191,209,64); }
td.TdClassName
{
border-color: #BFD140;
}
.TagClassName
{
border-color: #BFD140;
}
</style>