Shades of Las Palmas #BFE130
Tints of Las Palmas #BFE130
RGB
CMYK
RGB Variations
Color information
#BFE130 (or 0xBFE130) is known color: Las Palmas. HEX triplet: BF, E1 and 30. RGB value is (191,225,48). Sum of RGB (Red+Green+Blue) = 191+225+48=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE130 is #401ECF. Grayscale: #C3C3C3. Windows color (decimal): -4202192 or 3203519. OLE color: 3203519.
HSL color Cylindrical-coordinate representation of color #BFE130: hue angle of 71.53º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFE130 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 48 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.12 |
| HSL | 71.53º | 0.75% | 0.54% | - |
| HSV(B) | 71.53º | 0.79% | 0.88% | - |
| XYZ | 48.94 | 65.14 | 12.79 | - |
| YUV | 194.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 48 | 0.15 | 0 | 0.79 | 0.12 | 71.53 | 0.75 | 0.54 |
| Hex | BF | E1 | 30 | F | 0 | 4F | C | 48 | 4B | 36 |
| Octal | 277 | 341 | 60 | 17 | 0 | 117 | 14 | 110 | 113 | 66 |
| Binary | 10111111 | 11100001 | 110000 | 1111 | 0 | 1001111 | 1100 | 1001000 | 1001011 | 110110 |
Color Harmonies of #BFE130
Complementary color
Monochromatic Colors of #BFE130
Black with #BFE130
Text Example
Text Example
White with #BFE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE130; }
p { color: rgb(191,225,48); }
H1.HeaderClassName
{
color: #BFE130;
}
.AnyTagClassName
{
color: #BFE130;
}
</style>
background-color css
<style>
a { background-color: #BFE130; }
a { background-color: rgb(191,225,48); }
div.DivClassName
{
background-color: #BFE130;
}
.BgClassName
{
background-color: #BFE130;
}
</style>
border-color css
<style>
span { border-color: #BFE130; }
span { border-color: rgb(191,225,48); }
td.TdClassName
{
border-color: #BFE130;
}
.TagClassName
{
border-color: #BFE130;
}
</style>