Shades of Las Palmas #BFEB2E
Tints of Las Palmas #BFEB2E
RGB
CMYK
RGB Variations
Color information
#BFEB2E (or 0xBFEB2E) is known color: Las Palmas. HEX triplet: BF, EB and 2E. RGB value is (191,235,46). Sum of RGB (Red+Green+Blue) = 191+235+46=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB2E is #4014D1. Grayscale: #C9C9C9. Windows color (decimal): -4199634 or 3075007. OLE color: 3075007.
HSL color Cylindrical-coordinate representation of color #BFEB2E: hue angle of 73.97º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFEB2E is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 46 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.08 |
| HSL | 73.97º | 0.83% | 0.55% | - |
| HSV(B) | 73.97º | 0.8% | 0.92% | - |
| XYZ | 51.69 | 70.69 | 13.51 | - |
| YUV | 200.3 | 40.92 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 46 | 0.19 | 0 | 0.80 | 0.08 | 73.97 | 0.83 | 0.55 |
| Hex | BF | EB | 2E | 13 | 0 | 50 | 8 | 4A | 53 | 37 |
| Octal | 277 | 353 | 56 | 23 | 0 | 120 | 10 | 112 | 123 | 67 |
| Binary | 10111111 | 11101011 | 101110 | 10011 | 0 | 1010000 | 1000 | 1001010 | 1010011 | 110111 |
Color Harmonies of #BFEB2E
Complementary color
Monochromatic Colors of #BFEB2E
Black with #BFEB2E
Text Example
Text Example
White with #BFEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB2E; }
p { color: rgb(191,235,46); }
H1.HeaderClassName
{
color: #BFEB2E;
}
.AnyTagClassName
{
color: #BFEB2E;
}
</style>
background-color css
<style>
a { background-color: #BFEB2E; }
a { background-color: rgb(191,235,46); }
div.DivClassName
{
background-color: #BFEB2E;
}
.BgClassName
{
background-color: #BFEB2E;
}
</style>
border-color css
<style>
span { border-color: #BFEB2E; }
span { border-color: rgb(191,235,46); }
td.TdClassName
{
border-color: #BFEB2E;
}
.TagClassName
{
border-color: #BFEB2E;
}
</style>