Shades of Las Palmas #BFEC2B
Tints of Las Palmas #BFEC2B
RGB
CMYK
RGB Variations
Color information
#BFEC2B (or 0xBFEC2B) is known color: Las Palmas. HEX triplet: BF, EC and 2B. RGB value is (191,236,43). Sum of RGB (Red+Green+Blue) = 191+236+43=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 43 (17.19% from 255 or 9.15% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC2B is #4013D4. Grayscale: #C9C9C9. Windows color (decimal): -4199381 or 2878655. OLE color: 2878655.
HSL color Cylindrical-coordinate representation of color #BFEC2B: hue angle of 73.99º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFEC2B is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 43 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.07 |
| HSL | 73.99º | 0.84% | 0.55% | - |
| HSV(B) | 73.99º | 0.82% | 0.93% | - |
| XYZ | 51.92 | 71.24 | 13.3 | - |
| YUV | 200.54 | 39.09 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 43 | 0.19 | 0 | 0.82 | 0.07 | 73.99 | 0.84 | 0.55 |
| Hex | BF | EC | 2B | 13 | 0 | 52 | 7 | 4A | 54 | 37 |
| Octal | 277 | 354 | 53 | 23 | 0 | 122 | 7 | 112 | 124 | 67 |
| Binary | 10111111 | 11101100 | 101011 | 10011 | 0 | 1010010 | 111 | 1001010 | 1010100 | 110111 |
Color Harmonies of #BFEC2B
Complementary color
Monochromatic Colors of #BFEC2B
Black with #BFEC2B
Text Example
Text Example
White with #BFEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC2B; }
p { color: rgb(191,236,43); }
H1.HeaderClassName
{
color: #BFEC2B;
}
.AnyTagClassName
{
color: #BFEC2B;
}
</style>
background-color css
<style>
a { background-color: #BFEC2B; }
a { background-color: rgb(191,236,43); }
div.DivClassName
{
background-color: #BFEC2B;
}
.BgClassName
{
background-color: #BFEC2B;
}
</style>
border-color css
<style>
span { border-color: #BFEC2B; }
span { border-color: rgb(191,236,43); }
td.TdClassName
{
border-color: #BFEC2B;
}
.TagClassName
{
border-color: #BFEC2B;
}
</style>