Shades of Las Palmas #BFEB32
Tints of Las Palmas #BFEB32
RGB
CMYK
RGB Variations
Color information
#BFEB32 (or 0xBFEB32) is known color: Las Palmas. HEX triplet: BF, EB and 32. RGB value is (191,235,50). Sum of RGB (Red+Green+Blue) = 191+235+50=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB32 is #4014CD. Grayscale: #C9C9C9. Windows color (decimal): -4199630 or 3337151. OLE color: 3337151.
HSL color Cylindrical-coordinate representation of color #BFEB32: hue angle of 74.27º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFEB32 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 50 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.08 |
| HSL | 74.27º | 0.82% | 0.56% | - |
| HSV(B) | 74.27º | 0.79% | 0.92% | - |
| XYZ | 51.77 | 70.72 | 13.94 | - |
| YUV | 200.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 50 | 0.19 | 0 | 0.79 | 0.08 | 74.27 | 0.82 | 0.56 |
| Hex | BF | EB | 32 | 13 | 0 | 4F | 8 | 4A | 52 | 38 |
| Octal | 277 | 353 | 62 | 23 | 0 | 117 | 10 | 112 | 122 | 70 |
| Binary | 10111111 | 11101011 | 110010 | 10011 | 0 | 1001111 | 1000 | 1001010 | 1010010 | 111000 |
Color Harmonies of #BFEB32
Complementary color
Monochromatic Colors of #BFEB32
Black with #BFEB32
Text Example
Text Example
White with #BFEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB32; }
p { color: rgb(191,235,50); }
H1.HeaderClassName
{
color: #BFEB32;
}
.AnyTagClassName
{
color: #BFEB32;
}
</style>
background-color css
<style>
a { background-color: #BFEB32; }
a { background-color: rgb(191,235,50); }
div.DivClassName
{
background-color: #BFEB32;
}
.BgClassName
{
background-color: #BFEB32;
}
</style>
border-color css
<style>
span { border-color: #BFEB32; }
span { border-color: rgb(191,235,50); }
td.TdClassName
{
border-color: #BFEB32;
}
.TagClassName
{
border-color: #BFEB32;
}
</style>