Shades of Las Palmas #BFEC40
Tints of Las Palmas #BFEC40
RGB
CMYK
RGB Variations
Color information
#BFEC40 (or 0xBFEC40) is known color: Las Palmas. HEX triplet: BF, EC and 40. RGB value is (191,236,64). Sum of RGB (Red+Green+Blue) = 191+236+64=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC40 is #4013BF. Grayscale: #CBCBCB. Windows color (decimal): -4199360 or 4254911. OLE color: 4254911.
HSL color Cylindrical-coordinate representation of color #BFEC40: hue angle of 75.7º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFEC40 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 64 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.07 |
| HSL | 75.7º | 0.82% | 0.59% | - |
| HSV(B) | 75.7º | 0.73% | 0.93% | - |
| XYZ | 52.41 | 71.44 | 15.88 | - |
| YUV | 202.94 | 49.59 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 64 | 0.19 | 0 | 0.73 | 0.07 | 75.7 | 0.82 | 0.59 |
| Hex | BF | EC | 40 | 13 | 0 | 49 | 7 | 4C | 52 | 3B |
| Octal | 277 | 354 | 100 | 23 | 0 | 111 | 7 | 114 | 122 | 73 |
| Binary | 10111111 | 11101100 | 1000000 | 10011 | 0 | 1001001 | 111 | 1001100 | 1010010 | 111011 |
Color Harmonies of #BFEC40
Complementary color
Monochromatic Colors of #BFEC40
Black with #BFEC40
Text Example
Text Example
White with #BFEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC40; }
p { color: rgb(191,236,64); }
H1.HeaderClassName
{
color: #BFEC40;
}
.AnyTagClassName
{
color: #BFEC40;
}
</style>
background-color css
<style>
a { background-color: #BFEC40; }
a { background-color: rgb(191,236,64); }
div.DivClassName
{
background-color: #BFEC40;
}
.BgClassName
{
background-color: #BFEC40;
}
</style>
border-color css
<style>
span { border-color: #BFEC40; }
span { border-color: rgb(191,236,64); }
td.TdClassName
{
border-color: #BFEC40;
}
.TagClassName
{
border-color: #BFEC40;
}
</style>