Shades of Las Palmas #BFEC2E
Tints of Las Palmas #BFEC2E
RGB
CMYK
RGB Variations
Color information
#BFEC2E (or 0xBFEC2E) is known color: Las Palmas. HEX triplet: BF, EC and 2E. RGB value is (191,236,46). Sum of RGB (Red+Green+Blue) = 191+236+46=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC2E is #4013D1. Grayscale: #C9C9C9. Windows color (decimal): -4199378 or 3075263. OLE color: 3075263.
HSL color Cylindrical-coordinate representation of color #BFEC2E: hue angle of 74.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFEC2E is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 46 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.07 |
| HSL | 74.21º | 0.83% | 0.55% | - |
| HSV(B) | 74.21º | 0.81% | 0.93% | - |
| XYZ | 51.97 | 71.26 | 13.6 | - |
| YUV | 200.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 46 | 0.19 | 0 | 0.81 | 0.07 | 74.21 | 0.83 | 0.55 |
| Hex | BF | EC | 2E | 13 | 0 | 51 | 7 | 4A | 53 | 37 |
| Octal | 277 | 354 | 56 | 23 | 0 | 121 | 7 | 112 | 123 | 67 |
| Binary | 10111111 | 11101100 | 101110 | 10011 | 0 | 1010001 | 111 | 1001010 | 1010011 | 110111 |
Color Harmonies of #BFEC2E
Complementary color
Monochromatic Colors of #BFEC2E
Black with #BFEC2E
Text Example
Text Example
White with #BFEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC2E; }
p { color: rgb(191,236,46); }
H1.HeaderClassName
{
color: #BFEC2E;
}
.AnyTagClassName
{
color: #BFEC2E;
}
</style>
background-color css
<style>
a { background-color: #BFEC2E; }
a { background-color: rgb(191,236,46); }
div.DivClassName
{
background-color: #BFEC2E;
}
.BgClassName
{
background-color: #BFEC2E;
}
</style>
border-color css
<style>
span { border-color: #BFEC2E; }
span { border-color: rgb(191,236,46); }
td.TdClassName
{
border-color: #BFEC2E;
}
.TagClassName
{
border-color: #BFEC2E;
}
</style>