Shades of Las Palmas #BFE141
Tints of Las Palmas #BFE141
RGB
CMYK
RGB Variations
Color information
#BFE141 (or 0xBFE141) is known color: Las Palmas. HEX triplet: BF, E1 and 41. RGB value is (191,225,65). Sum of RGB (Red+Green+Blue) = 191+225+65=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE141 is #401EBE. Grayscale: #C5C5C5. Windows color (decimal): -4202175 or 4317631. OLE color: 4317631.
HSL color Cylindrical-coordinate representation of color #BFE141: hue angle of 72.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFE141 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 65 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.12 |
| HSL | 72.75º | 0.73% | 0.57% | - |
| HSV(B) | 72.75º | 0.71% | 0.88% | - |
| XYZ | 49.37 | 65.31 | 15.01 | - |
| YUV | 196.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 65 | 0.15 | 0 | 0.71 | 0.12 | 72.75 | 0.73 | 0.57 |
| Hex | BF | E1 | 41 | F | 0 | 47 | C | 49 | 49 | 39 |
| Octal | 277 | 341 | 101 | 17 | 0 | 107 | 14 | 111 | 111 | 71 |
| Binary | 10111111 | 11100001 | 1000001 | 1111 | 0 | 1000111 | 1100 | 1001001 | 1001001 | 111001 |
Color Harmonies of #BFE141
Complementary color
Monochromatic Colors of #BFE141
Black with #BFE141
Text Example
Text Example
White with #BFE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE141; }
p { color: rgb(191,225,65); }
H1.HeaderClassName
{
color: #BFE141;
}
.AnyTagClassName
{
color: #BFE141;
}
</style>
background-color css
<style>
a { background-color: #BFE141; }
a { background-color: rgb(191,225,65); }
div.DivClassName
{
background-color: #BFE141;
}
.BgClassName
{
background-color: #BFE141;
}
</style>
border-color css
<style>
span { border-color: #BFE141; }
span { border-color: rgb(191,225,65); }
td.TdClassName
{
border-color: #BFE141;
}
.TagClassName
{
border-color: #BFE141;
}
</style>