Shades of Las Palmas #BFF141
Tints of Las Palmas #BFF141
RGB
CMYK
RGB Variations
Color information
#BFF141 (or 0xBFF141) is known color: Las Palmas. HEX triplet: BF, F1 and 41. RGB value is (191,241,65). Sum of RGB (Red+Green+Blue) = 191+241+65=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF141 is #400EBE. Grayscale: #CECECE. Windows color (decimal): -4198079 or 4321727. OLE color: 4321727.
HSL color Cylindrical-coordinate representation of color #BFF141: hue angle of 77.05º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFF141 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 65 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.05 |
| HSL | 77.05º | 0.86% | 0.6% | - |
| HSV(B) | 77.05º | 0.73% | 0.95% | - |
| XYZ | 53.9 | 74.37 | 16.52 | - |
| YUV | 205.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 65 | 0.21 | 0 | 0.73 | 0.05 | 77.05 | 0.86 | 0.6 |
| Hex | BF | F1 | 41 | 15 | 0 | 49 | 5 | 4D | 56 | 3C |
| Octal | 277 | 361 | 101 | 25 | 0 | 111 | 5 | 115 | 126 | 74 |
| Binary | 10111111 | 11110001 | 1000001 | 10101 | 0 | 1001001 | 101 | 1001101 | 1010110 | 111100 |
Color Harmonies of #BFF141
Complementary color
Monochromatic Colors of #BFF141
Black with #BFF141
Text Example
Text Example
White with #BFF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF141; }
p { color: rgb(191,241,65); }
H1.HeaderClassName
{
color: #BFF141;
}
.AnyTagClassName
{
color: #BFF141;
}
</style>
background-color css
<style>
a { background-color: #BFF141; }
a { background-color: rgb(191,241,65); }
div.DivClassName
{
background-color: #BFF141;
}
.BgClassName
{
background-color: #BFF141;
}
</style>
border-color css
<style>
span { border-color: #BFF141; }
span { border-color: rgb(191,241,65); }
td.TdClassName
{
border-color: #BFF141;
}
.TagClassName
{
border-color: #BFF141;
}
</style>