Shades of Las Palmas #BFE82E
Tints of Las Palmas #BFE82E
RGB
CMYK
RGB Variations
Color information
#BFE82E (or 0xBFE82E) is known color: Las Palmas. HEX triplet: BF, E8 and 2E. RGB value is (191,232,46). Sum of RGB (Red+Green+Blue) = 191+232+46=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE82E is #4017D1. Grayscale: #C7C7C7. Windows color (decimal): -4200402 or 3074239. OLE color: 3074239.
HSL color Cylindrical-coordinate representation of color #BFE82E: hue angle of 73.23º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFE82E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 46 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.09 |
| HSL | 73.23º | 0.8% | 0.55% | - |
| HSV(B) | 73.23º | 0.8% | 0.91% | - |
| XYZ | 50.84 | 68.99 | 13.22 | - |
| YUV | 198.54 | 41.92 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 46 | 0.18 | 0 | 0.80 | 0.09 | 73.23 | 0.8 | 0.55 |
| Hex | BF | E8 | 2E | 12 | 0 | 50 | 9 | 49 | 50 | 37 |
| Octal | 277 | 350 | 56 | 22 | 0 | 120 | 11 | 111 | 120 | 67 |
| Binary | 10111111 | 11101000 | 101110 | 10010 | 0 | 1010000 | 1001 | 1001001 | 1010000 | 110111 |
Color Harmonies of #BFE82E
Complementary color
Monochromatic Colors of #BFE82E
Black with #BFE82E
Text Example
Text Example
White with #BFE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE82E; }
p { color: rgb(191,232,46); }
H1.HeaderClassName
{
color: #BFE82E;
}
.AnyTagClassName
{
color: #BFE82E;
}
</style>
background-color css
<style>
a { background-color: #BFE82E; }
a { background-color: rgb(191,232,46); }
div.DivClassName
{
background-color: #BFE82E;
}
.BgClassName
{
background-color: #BFE82E;
}
</style>
border-color css
<style>
span { border-color: #BFE82E; }
span { border-color: rgb(191,232,46); }
td.TdClassName
{
border-color: #BFE82E;
}
.TagClassName
{
border-color: #BFE82E;
}
</style>