Shades of Las Palmas #BFE133
Tints of Las Palmas #BFE133
RGB
CMYK
RGB Variations
Color information
#BFE133 (or 0xBFE133) is known color: Las Palmas. HEX triplet: BF, E1 and 33. RGB value is (191,225,51). Sum of RGB (Red+Green+Blue) = 191+225+51=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE133 is #401ECC. Grayscale: #C3C3C3. Windows color (decimal): -4202189 or 3400127. OLE color: 3400127.
HSL color Cylindrical-coordinate representation of color #BFE133: hue angle of 71.72º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFE133 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 51 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.12 |
| HSL | 71.72º | 0.74% | 0.54% | - |
| HSV(B) | 71.72º | 0.77% | 0.88% | - |
| XYZ | 49.01 | 65.17 | 13.13 | - |
| YUV | 195 | 46.74 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 51 | 0.15 | 0 | 0.77 | 0.12 | 71.72 | 0.74 | 0.54 |
| Hex | BF | E1 | 33 | F | 0 | 4D | C | 48 | 4A | 36 |
| Octal | 277 | 341 | 63 | 17 | 0 | 115 | 14 | 110 | 112 | 66 |
| Binary | 10111111 | 11100001 | 110011 | 1111 | 0 | 1001101 | 1100 | 1001000 | 1001010 | 110110 |
Color Harmonies of #BFE133
Complementary color
Monochromatic Colors of #BFE133
Black with #BFE133
Text Example
Text Example
White with #BFE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE133; }
p { color: rgb(191,225,51); }
H1.HeaderClassName
{
color: #BFE133;
}
.AnyTagClassName
{
color: #BFE133;
}
</style>
background-color css
<style>
a { background-color: #BFE133; }
a { background-color: rgb(191,225,51); }
div.DivClassName
{
background-color: #BFE133;
}
.BgClassName
{
background-color: #BFE133;
}
</style>
border-color css
<style>
span { border-color: #BFE133; }
span { border-color: rgb(191,225,51); }
td.TdClassName
{
border-color: #BFE133;
}
.TagClassName
{
border-color: #BFE133;
}
</style>