Shades of Las Palmas #BFE036
Tints of Las Palmas #BFE036
RGB
CMYK
RGB Variations
Color information
#BFE036 (or 0xBFE036) is known color: Las Palmas. HEX triplet: BF, E0 and 36. RGB value is (191,224,54). Sum of RGB (Red+Green+Blue) = 191+224+54=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE036 is #401FC9. Grayscale: #C3C3C3. Windows color (decimal): -4202442 or 3596479. OLE color: 3596479.
HSL color Cylindrical-coordinate representation of color #BFE036: hue angle of 71.65º degrees, saturation: 0.73, 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 #BFE036 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 54 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.12 |
| HSL | 71.65º | 0.73% | 0.55% | - |
| HSV(B) | 71.65º | 0.76% | 0.88% | - |
| XYZ | 48.81 | 64.65 | 13.4 | - |
| YUV | 194.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 54 | 0.15 | 0 | 0.76 | 0.12 | 71.65 | 0.73 | 0.55 |
| Hex | BF | E0 | 36 | F | 0 | 4C | C | 48 | 49 | 37 |
| Octal | 277 | 340 | 66 | 17 | 0 | 114 | 14 | 110 | 111 | 67 |
| Binary | 10111111 | 11100000 | 110110 | 1111 | 0 | 1001100 | 1100 | 1001000 | 1001001 | 110111 |
Color Harmonies of #BFE036
Complementary color
Monochromatic Colors of #BFE036
Black with #BFE036
Text Example
Text Example
White with #BFE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE036; }
p { color: rgb(191,224,54); }
H1.HeaderClassName
{
color: #BFE036;
}
.AnyTagClassName
{
color: #BFE036;
}
</style>
background-color css
<style>
a { background-color: #BFE036; }
a { background-color: rgb(191,224,54); }
div.DivClassName
{
background-color: #BFE036;
}
.BgClassName
{
background-color: #BFE036;
}
</style>
border-color css
<style>
span { border-color: #BFE036; }
span { border-color: rgb(191,224,54); }
td.TdClassName
{
border-color: #BFE036;
}
.TagClassName
{
border-color: #BFE036;
}
</style>