Shades of Las Palmas #BFE241
Tints of Las Palmas #BFE241
RGB
CMYK
RGB Variations
Color information
#BFE241 (or 0xBFE241) is known color: Las Palmas. HEX triplet: BF, E2 and 41. RGB value is (191,226,65). Sum of RGB (Red+Green+Blue) = 191+226+65=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE241 is #401DBE. Grayscale: #C5C5C5. Windows color (decimal): -4201919 or 4317887. OLE color: 4317887.
HSL color Cylindrical-coordinate representation of color #BFE241: hue angle of 73.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFE241 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 65 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.11 |
| HSL | 73.04º | 0.74% | 0.57% | - |
| HSV(B) | 73.04º | 0.71% | 0.89% | - |
| XYZ | 49.64 | 65.85 | 15.1 | - |
| YUV | 197.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 65 | 0.15 | 0 | 0.71 | 0.11 | 73.04 | 0.74 | 0.57 |
| Hex | BF | E2 | 41 | F | 0 | 47 | B | 49 | 4A | 39 |
| Octal | 277 | 342 | 101 | 17 | 0 | 107 | 13 | 111 | 112 | 71 |
| Binary | 10111111 | 11100010 | 1000001 | 1111 | 0 | 1000111 | 1011 | 1001001 | 1001010 | 111001 |
Color Harmonies of #BFE241
Complementary color
Monochromatic Colors of #BFE241
Black with #BFE241
Text Example
Text Example
White with #BFE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE241; }
p { color: rgb(191,226,65); }
H1.HeaderClassName
{
color: #BFE241;
}
.AnyTagClassName
{
color: #BFE241;
}
</style>
background-color css
<style>
a { background-color: #BFE241; }
a { background-color: rgb(191,226,65); }
div.DivClassName
{
background-color: #BFE241;
}
.BgClassName
{
background-color: #BFE241;
}
</style>
border-color css
<style>
span { border-color: #BFE241; }
span { border-color: rgb(191,226,65); }
td.TdClassName
{
border-color: #BFE241;
}
.TagClassName
{
border-color: #BFE241;
}
</style>