Shades of Las Palmas #BFF037
Tints of Las Palmas #BFF037
RGB
CMYK
RGB Variations
Color information
#BFF037 (or 0xBFF037) is known color: Las Palmas. HEX triplet: BF, F0 and 37. RGB value is (191,240,55). Sum of RGB (Red+Green+Blue) = 191+240+55=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF037 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF037 is #400FC8. Grayscale: #CCCCCC. Windows color (decimal): -4198345 or 3666111. OLE color: 3666111.
HSL color Cylindrical-coordinate representation of color #BFF037: hue angle of 75.89º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFF037 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 55 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.06 |
| HSL | 75.89º | 0.86% | 0.58% | - |
| HSV(B) | 75.89º | 0.77% | 0.94% | - |
| XYZ | 53.34 | 73.67 | 15.02 | - |
| YUV | 204.26 | 43.77 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 55 | 0.20 | 0 | 0.77 | 0.06 | 75.89 | 0.86 | 0.58 |
| Hex | BF | F0 | 37 | 14 | 0 | 4D | 6 | 4C | 56 | 3A |
| Octal | 277 | 360 | 67 | 24 | 0 | 115 | 6 | 114 | 126 | 72 |
| Binary | 10111111 | 11110000 | 110111 | 10100 | 0 | 1001101 | 110 | 1001100 | 1010110 | 111010 |
Color Harmonies of #BFF037
Complementary color
Monochromatic Colors of #BFF037
Black with #BFF037
Text Example
Text Example
White with #BFF037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF037; }
p { color: rgb(191,240,55); }
H1.HeaderClassName
{
color: #BFF037;
}
.AnyTagClassName
{
color: #BFF037;
}
</style>
background-color css
<style>
a { background-color: #BFF037; }
a { background-color: rgb(191,240,55); }
div.DivClassName
{
background-color: #BFF037;
}
.BgClassName
{
background-color: #BFF037;
}
</style>
border-color css
<style>
span { border-color: #BFF037; }
span { border-color: rgb(191,240,55); }
td.TdClassName
{
border-color: #BFF037;
}
.TagClassName
{
border-color: #BFF037;
}
</style>