Shades of Las Palmas #BFE136
Tints of Las Palmas #BFE136
RGB
CMYK
RGB Variations
Color information
#BFE136 (or 0xBFE136) is known color: Las Palmas. HEX triplet: BF, E1 and 36. RGB value is (191,225,54). Sum of RGB (Red+Green+Blue) = 191+225+54=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE136 is #401EC9. Grayscale: #C3C3C3. Windows color (decimal): -4202186 or 3596735. OLE color: 3596735.
HSL color Cylindrical-coordinate representation of color #BFE136: hue angle of 71.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFE136 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 54 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.12 |
| HSL | 71.93º | 0.74% | 0.55% | - |
| HSV(B) | 71.93º | 0.76% | 0.88% | - |
| XYZ | 49.08 | 65.19 | 13.49 | - |
| YUV | 195.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 54 | 0.15 | 0 | 0.76 | 0.12 | 71.93 | 0.74 | 0.55 |
| Hex | BF | E1 | 36 | F | 0 | 4C | C | 48 | 4A | 37 |
| Octal | 277 | 341 | 66 | 17 | 0 | 114 | 14 | 110 | 112 | 67 |
| Binary | 10111111 | 11100001 | 110110 | 1111 | 0 | 1001100 | 1100 | 1001000 | 1001010 | 110111 |
Color Harmonies of #BFE136
Complementary color
Monochromatic Colors of #BFE136
Black with #BFE136
Text Example
Text Example
White with #BFE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE136; }
p { color: rgb(191,225,54); }
H1.HeaderClassName
{
color: #BFE136;
}
.AnyTagClassName
{
color: #BFE136;
}
</style>
background-color css
<style>
a { background-color: #BFE136; }
a { background-color: rgb(191,225,54); }
div.DivClassName
{
background-color: #BFE136;
}
.BgClassName
{
background-color: #BFE136;
}
</style>
border-color css
<style>
span { border-color: #BFE136; }
span { border-color: rgb(191,225,54); }
td.TdClassName
{
border-color: #BFE136;
}
.TagClassName
{
border-color: #BFE136;
}
</style>