Shades of Las Palmas #BFF041
Tints of Las Palmas #BFF041
RGB
CMYK
RGB Variations
Color information
#BFF041 (or 0xBFF041) is known color: Las Palmas. HEX triplet: BF, F0 and 41. RGB value is (191,240,65). Sum of RGB (Red+Green+Blue) = 191+240+65=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF041 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF041 is #400FBE. Grayscale: #CECECE. Windows color (decimal): -4198335 or 4321471. OLE color: 4321471.
HSL color Cylindrical-coordinate representation of color #BFF041: hue angle of 76.8º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFF041 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 65 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.06 |
| HSL | 76.8º | 0.85% | 0.6% | - |
| HSV(B) | 76.8º | 0.73% | 0.94% | - |
| XYZ | 53.6 | 73.78 | 16.42 | - |
| YUV | 205.4 | 48.77 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 65 | 0.20 | 0 | 0.73 | 0.06 | 76.8 | 0.85 | 0.6 |
| Hex | BF | F0 | 41 | 14 | 0 | 49 | 6 | 4D | 55 | 3C |
| Octal | 277 | 360 | 101 | 24 | 0 | 111 | 6 | 115 | 125 | 74 |
| Binary | 10111111 | 11110000 | 1000001 | 10100 | 0 | 1001001 | 110 | 1001101 | 1010101 | 111100 |
Color Harmonies of #BFF041
Complementary color
Monochromatic Colors of #BFF041
Black with #BFF041
Text Example
Text Example
White with #BFF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF041; }
p { color: rgb(191,240,65); }
H1.HeaderClassName
{
color: #BFF041;
}
.AnyTagClassName
{
color: #BFF041;
}
</style>
background-color css
<style>
a { background-color: #BFF041; }
a { background-color: rgb(191,240,65); }
div.DivClassName
{
background-color: #BFF041;
}
.BgClassName
{
background-color: #BFF041;
}
</style>
border-color css
<style>
span { border-color: #BFF041; }
span { border-color: rgb(191,240,65); }
td.TdClassName
{
border-color: #BFF041;
}
.TagClassName
{
border-color: #BFF041;
}
</style>