Shades of Las Palmas #BFE93B
Tints of Las Palmas #BFE93B
RGB
CMYK
RGB Variations
Color information
#BFE93B (or 0xBFE93B) is known color: Las Palmas. HEX triplet: BF, E9 and 3B. RGB value is (191,233,59). Sum of RGB (Red+Green+Blue) = 191+233+59=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE93B is #4016C4. Grayscale: #C9C9C9. Windows color (decimal): -4200133 or 3926463. OLE color: 3926463.
HSL color Cylindrical-coordinate representation of color #BFE93B: hue angle of 74.48º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFE93B is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 59 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.09 |
| HSL | 74.48º | 0.8% | 0.57% | - |
| HSV(B) | 74.48º | 0.75% | 0.91% | - |
| XYZ | 51.41 | 69.67 | 14.88 | - |
| YUV | 200.61 | 48.09 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 59 | 0.18 | 0 | 0.75 | 0.09 | 74.48 | 0.8 | 0.57 |
| Hex | BF | E9 | 3B | 12 | 0 | 4B | 9 | 4A | 50 | 39 |
| Octal | 277 | 351 | 73 | 22 | 0 | 113 | 11 | 112 | 120 | 71 |
| Binary | 10111111 | 11101001 | 111011 | 10010 | 0 | 1001011 | 1001 | 1001010 | 1010000 | 111001 |
Color Harmonies of #BFE93B
Complementary color
Monochromatic Colors of #BFE93B
Black with #BFE93B
Text Example
Text Example
White with #BFE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE93B; }
p { color: rgb(191,233,59); }
H1.HeaderClassName
{
color: #BFE93B;
}
.AnyTagClassName
{
color: #BFE93B;
}
</style>
background-color css
<style>
a { background-color: #BFE93B; }
a { background-color: rgb(191,233,59); }
div.DivClassName
{
background-color: #BFE93B;
}
.BgClassName
{
background-color: #BFE93B;
}
</style>
border-color css
<style>
span { border-color: #BFE93B; }
span { border-color: rgb(191,233,59); }
td.TdClassName
{
border-color: #BFE93B;
}
.TagClassName
{
border-color: #BFE93B;
}
</style>