Shades of Las Palmas #BFEB34
Tints of Las Palmas #BFEB34
RGB
CMYK
RGB Variations
Color information
#BFEB34 (or 0xBFEB34) is known color: Las Palmas. HEX triplet: BF, EB and 34. RGB value is (191,235,52). Sum of RGB (Red+Green+Blue) = 191+235+52=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB34 is #4014CB. Grayscale: #C9C9C9. Windows color (decimal): -4199628 or 3468223. OLE color: 3468223.
HSL color Cylindrical-coordinate representation of color #BFEB34: hue angle of 74.43º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFEB34 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 52 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.08 |
| HSL | 74.43º | 0.82% | 0.56% | - |
| HSV(B) | 74.43º | 0.78% | 0.92% | - |
| XYZ | 51.81 | 70.74 | 14.17 | - |
| YUV | 200.98 | 43.92 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 52 | 0.19 | 0 | 0.78 | 0.08 | 74.43 | 0.82 | 0.56 |
| Hex | BF | EB | 34 | 13 | 0 | 4E | 8 | 4A | 52 | 38 |
| Octal | 277 | 353 | 64 | 23 | 0 | 116 | 10 | 112 | 122 | 70 |
| Binary | 10111111 | 11101011 | 110100 | 10011 | 0 | 1001110 | 1000 | 1001010 | 1010010 | 111000 |
Color Harmonies of #BFEB34
Complementary color
Monochromatic Colors of #BFEB34
Black with #BFEB34
Text Example
Text Example
White with #BFEB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB34; }
p { color: rgb(191,235,52); }
H1.HeaderClassName
{
color: #BFEB34;
}
.AnyTagClassName
{
color: #BFEB34;
}
</style>
background-color css
<style>
a { background-color: #BFEB34; }
a { background-color: rgb(191,235,52); }
div.DivClassName
{
background-color: #BFEB34;
}
.BgClassName
{
background-color: #BFEB34;
}
</style>
border-color css
<style>
span { border-color: #BFEB34; }
span { border-color: rgb(191,235,52); }
td.TdClassName
{
border-color: #BFEB34;
}
.TagClassName
{
border-color: #BFEB34;
}
</style>