Shades of Las Palmas #BFE13B
Tints of Las Palmas #BFE13B
RGB
CMYK
RGB Variations
Color information
#BFE13B (or 0xBFE13B) is known color: Las Palmas. HEX triplet: BF, E1 and 3B. RGB value is (191,225,59). Sum of RGB (Red+Green+Blue) = 191+225+59=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE13B is #401EC4. Grayscale: #C4C4C4. Windows color (decimal): -4202181 or 3924415. OLE color: 3924415.
HSL color Cylindrical-coordinate representation of color #BFE13B: hue angle of 72.29º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE13B is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 59 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.12 |
| HSL | 72.29º | 0.73% | 0.56% | - |
| HSV(B) | 72.29º | 0.74% | 0.88% | - |
| XYZ | 49.2 | 65.24 | 14.14 | - |
| YUV | 195.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 59 | 0.15 | 0 | 0.74 | 0.12 | 72.29 | 0.73 | 0.56 |
| Hex | BF | E1 | 3B | F | 0 | 4A | C | 48 | 49 | 38 |
| Octal | 277 | 341 | 73 | 17 | 0 | 112 | 14 | 110 | 111 | 70 |
| Binary | 10111111 | 11100001 | 111011 | 1111 | 0 | 1001010 | 1100 | 1001000 | 1001001 | 111000 |
Color Harmonies of #BFE13B
Complementary color
Monochromatic Colors of #BFE13B
Black with #BFE13B
Text Example
Text Example
White with #BFE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE13B; }
p { color: rgb(191,225,59); }
H1.HeaderClassName
{
color: #BFE13B;
}
.AnyTagClassName
{
color: #BFE13B;
}
</style>
background-color css
<style>
a { background-color: #BFE13B; }
a { background-color: rgb(191,225,59); }
div.DivClassName
{
background-color: #BFE13B;
}
.BgClassName
{
background-color: #BFE13B;
}
</style>
border-color css
<style>
span { border-color: #BFE13B; }
span { border-color: rgb(191,225,59); }
td.TdClassName
{
border-color: #BFE13B;
}
.TagClassName
{
border-color: #BFE13B;
}
</style>