Shades of Las Palmas #BFE541
Tints of Las Palmas #BFE541
RGB
CMYK
RGB Variations
Color information
#BFE541 (or 0xBFE541) is known color: Las Palmas. HEX triplet: BF, E5 and 41. RGB value is (191,229,65). Sum of RGB (Red+Green+Blue) = 191+229+65=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE541 is #401ABE. Grayscale: #C7C7C7. Windows color (decimal): -4201151 or 4318655. OLE color: 4318655.
HSL color Cylindrical-coordinate representation of color #BFE541: hue angle of 73.9º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFE541 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 65 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.10 |
| HSL | 73.9º | 0.76% | 0.58% | - |
| HSV(B) | 73.9º | 0.72% | 0.9% | - |
| XYZ | 50.46 | 67.5 | 15.37 | - |
| YUV | 198.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 65 | 0.17 | 0 | 0.72 | 0.10 | 73.9 | 0.76 | 0.58 |
| Hex | BF | E5 | 41 | 11 | 0 | 48 | A | 4A | 4C | 3A |
| Octal | 277 | 345 | 101 | 21 | 0 | 110 | 12 | 112 | 114 | 72 |
| Binary | 10111111 | 11100101 | 1000001 | 10001 | 0 | 1001000 | 1010 | 1001010 | 1001100 | 111010 |
Color Harmonies of #BFE541
Complementary color
Monochromatic Colors of #BFE541
Black with #BFE541
Text Example
Text Example
White with #BFE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE541; }
p { color: rgb(191,229,65); }
H1.HeaderClassName
{
color: #BFE541;
}
.AnyTagClassName
{
color: #BFE541;
}
</style>
background-color css
<style>
a { background-color: #BFE541; }
a { background-color: rgb(191,229,65); }
div.DivClassName
{
background-color: #BFE541;
}
.BgClassName
{
background-color: #BFE541;
}
</style>
border-color css
<style>
span { border-color: #BFE541; }
span { border-color: rgb(191,229,65); }
td.TdClassName
{
border-color: #BFE541;
}
.TagClassName
{
border-color: #BFE541;
}
</style>