Shades of Las Palmas #BFE140
Tints of Las Palmas #BFE140
RGB
CMYK
RGB Variations
Color information
#BFE140 (or 0xBFE140) is known color: Las Palmas. HEX triplet: BF, E1 and 40. RGB value is (191,225,64). Sum of RGB (Red+Green+Blue) = 191+225+64=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE140 is #401EBF. Grayscale: #C5C5C5. Windows color (decimal): -4202176 or 4252095. OLE color: 4252095.
HSL color Cylindrical-coordinate representation of color #BFE140: hue angle of 72.67º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFE140 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 64 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.12 |
| HSL | 72.67º | 0.73% | 0.57% | - |
| HSV(B) | 72.67º | 0.72% | 0.88% | - |
| XYZ | 49.34 | 65.3 | 14.85 | - |
| YUV | 196.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 64 | 0.15 | 0 | 0.72 | 0.12 | 72.67 | 0.73 | 0.57 |
| Hex | BF | E1 | 40 | F | 0 | 48 | C | 49 | 49 | 39 |
| Octal | 277 | 341 | 100 | 17 | 0 | 110 | 14 | 111 | 111 | 71 |
| Binary | 10111111 | 11100001 | 1000000 | 1111 | 0 | 1001000 | 1100 | 1001001 | 1001001 | 111001 |
Color Harmonies of #BFE140
Complementary color
Monochromatic Colors of #BFE140
Black with #BFE140
Text Example
Text Example
White with #BFE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE140; }
p { color: rgb(191,225,64); }
H1.HeaderClassName
{
color: #BFE140;
}
.AnyTagClassName
{
color: #BFE140;
}
</style>
background-color css
<style>
a { background-color: #BFE140; }
a { background-color: rgb(191,225,64); }
div.DivClassName
{
background-color: #BFE140;
}
.BgClassName
{
background-color: #BFE140;
}
</style>
border-color css
<style>
span { border-color: #BFE140; }
span { border-color: rgb(191,225,64); }
td.TdClassName
{
border-color: #BFE140;
}
.TagClassName
{
border-color: #BFE140;
}
</style>