Shades of Las Palmas #BFE037
Tints of Las Palmas #BFE037
RGB
CMYK
RGB Variations
Color information
#BFE037 (or 0xBFE037) is known color: Las Palmas. HEX triplet: BF, E0 and 37. RGB value is (191,224,55). Sum of RGB (Red+Green+Blue) = 191+224+55=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE037 is #401FC8. Grayscale: #C3C3C3. Windows color (decimal): -4202441 or 3662015. OLE color: 3662015.
HSL color Cylindrical-coordinate representation of color #BFE037: hue angle of 71.72º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFE037 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 55 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.12 |
| HSL | 71.72º | 0.73% | 0.55% | - |
| HSV(B) | 71.72º | 0.75% | 0.88% | - |
| XYZ | 48.83 | 64.66 | 13.52 | - |
| YUV | 194.87 | 49.07 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 55 | 0.15 | 0 | 0.75 | 0.12 | 71.72 | 0.73 | 0.55 |
| Hex | BF | E0 | 37 | F | 0 | 4B | C | 48 | 49 | 37 |
| Octal | 277 | 340 | 67 | 17 | 0 | 113 | 14 | 110 | 111 | 67 |
| Binary | 10111111 | 11100000 | 110111 | 1111 | 0 | 1001011 | 1100 | 1001000 | 1001001 | 110111 |
Color Harmonies of #BFE037
Complementary color
Monochromatic Colors of #BFE037
Black with #BFE037
Text Example
Text Example
White with #BFE037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE037; }
p { color: rgb(191,224,55); }
H1.HeaderClassName
{
color: #BFE037;
}
.AnyTagClassName
{
color: #BFE037;
}
</style>
background-color css
<style>
a { background-color: #BFE037; }
a { background-color: rgb(191,224,55); }
div.DivClassName
{
background-color: #BFE037;
}
.BgClassName
{
background-color: #BFE037;
}
</style>
border-color css
<style>
span { border-color: #BFE037; }
span { border-color: rgb(191,224,55); }
td.TdClassName
{
border-color: #BFE037;
}
.TagClassName
{
border-color: #BFE037;
}
</style>