Shades of Las Palmas #BFEC31
Tints of Las Palmas #BFEC31
RGB
CMYK
RGB Variations
Color information
#BFEC31 (or 0xBFEC31) is known color: Las Palmas. HEX triplet: BF, EC and 31. RGB value is (191,236,49). Sum of RGB (Red+Green+Blue) = 191+236+49=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC31 is #4013CE. Grayscale: #C9C9C9. Windows color (decimal): -4199375 or 3271871. OLE color: 3271871.
HSL color Cylindrical-coordinate representation of color #BFEC31: hue angle of 74.44º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFEC31 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 49 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.07 |
| HSL | 74.44º | 0.83% | 0.56% | - |
| HSV(B) | 74.44º | 0.79% | 0.93% | - |
| XYZ | 52.04 | 71.29 | 13.92 | - |
| YUV | 201.23 | 42.09 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 49 | 0.19 | 0 | 0.79 | 0.07 | 74.44 | 0.83 | 0.56 |
| Hex | BF | EC | 31 | 13 | 0 | 4F | 7 | 4A | 53 | 38 |
| Octal | 277 | 354 | 61 | 23 | 0 | 117 | 7 | 112 | 123 | 70 |
| Binary | 10111111 | 11101100 | 110001 | 10011 | 0 | 1001111 | 111 | 1001010 | 1010011 | 111000 |
Color Harmonies of #BFEC31
Complementary color
Monochromatic Colors of #BFEC31
Black with #BFEC31
Text Example
Text Example
White with #BFEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC31; }
p { color: rgb(191,236,49); }
H1.HeaderClassName
{
color: #BFEC31;
}
.AnyTagClassName
{
color: #BFEC31;
}
</style>
background-color css
<style>
a { background-color: #BFEC31; }
a { background-color: rgb(191,236,49); }
div.DivClassName
{
background-color: #BFEC31;
}
.BgClassName
{
background-color: #BFEC31;
}
</style>
border-color css
<style>
span { border-color: #BFEC31; }
span { border-color: rgb(191,236,49); }
td.TdClassName
{
border-color: #BFEC31;
}
.TagClassName
{
border-color: #BFEC31;
}
</style>