Shades of Las Palmas #BFE63A
Tints of Las Palmas #BFE63A
RGB
CMYK
RGB Variations
Color information
#BFE63A (or 0xBFE63A) is known color: Las Palmas. HEX triplet: BF, E6 and 3A. RGB value is (191,230,58). Sum of RGB (Red+Green+Blue) = 191+230+58=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE63A is #4019C5. Grayscale: #C7C7C7. Windows color (decimal): -4200902 or 3860159. OLE color: 3860159.
HSL color Cylindrical-coordinate representation of color #BFE63A: hue angle of 73.6º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFE63A is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 58 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.10 |
| HSL | 73.6º | 0.77% | 0.56% | - |
| HSV(B) | 73.6º | 0.75% | 0.9% | - |
| XYZ | 50.55 | 67.98 | 14.46 | - |
| YUV | 198.73 | 48.58 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 58 | 0.17 | 0 | 0.75 | 0.10 | 73.6 | 0.77 | 0.56 |
| Hex | BF | E6 | 3A | 11 | 0 | 4B | A | 4A | 4D | 38 |
| Octal | 277 | 346 | 72 | 21 | 0 | 113 | 12 | 112 | 115 | 70 |
| Binary | 10111111 | 11100110 | 111010 | 10001 | 0 | 1001011 | 1010 | 1001010 | 1001101 | 111000 |
Color Harmonies of #BFE63A
Complementary color
Monochromatic Colors of #BFE63A
Black with #BFE63A
Text Example
Text Example
White with #BFE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE63A; }
p { color: rgb(191,230,58); }
H1.HeaderClassName
{
color: #BFE63A;
}
.AnyTagClassName
{
color: #BFE63A;
}
</style>
background-color css
<style>
a { background-color: #BFE63A; }
a { background-color: rgb(191,230,58); }
div.DivClassName
{
background-color: #BFE63A;
}
.BgClassName
{
background-color: #BFE63A;
}
</style>
border-color css
<style>
span { border-color: #BFE63A; }
span { border-color: rgb(191,230,58); }
td.TdClassName
{
border-color: #BFE63A;
}
.TagClassName
{
border-color: #BFE63A;
}
</style>