Shades of Las Palmas #BFE03E
Tints of Las Palmas #BFE03E
RGB
CMYK
RGB Variations
Color information
#BFE03E (or 0xBFE03E) is known color: Las Palmas. HEX triplet: BF, E0 and 3E. RGB value is (191,224,62). Sum of RGB (Red+Green+Blue) = 191+224+62=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE03E is #401FC1. Grayscale: #C4C4C4. Windows color (decimal): -4202434 or 4120767. OLE color: 4120767.
HSL color Cylindrical-coordinate representation of color #BFE03E: hue angle of 72.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFE03E is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 62 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.12 |
| HSL | 72.22º | 0.72% | 0.56% | - |
| HSV(B) | 72.22º | 0.72% | 0.88% | - |
| XYZ | 49.01 | 64.74 | 14.47 | - |
| YUV | 195.67 | 52.57 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 62 | 0.15 | 0 | 0.72 | 0.12 | 72.22 | 0.72 | 0.56 |
| Hex | BF | E0 | 3E | F | 0 | 48 | C | 48 | 48 | 38 |
| Octal | 277 | 340 | 76 | 17 | 0 | 110 | 14 | 110 | 110 | 70 |
| Binary | 10111111 | 11100000 | 111110 | 1111 | 0 | 1001000 | 1100 | 1001000 | 1001000 | 111000 |
Color Harmonies of #BFE03E
Complementary color
Monochromatic Colors of #BFE03E
Black with #BFE03E
Text Example
Text Example
White with #BFE03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE03E; }
p { color: rgb(191,224,62); }
H1.HeaderClassName
{
color: #BFE03E;
}
.AnyTagClassName
{
color: #BFE03E;
}
</style>
background-color css
<style>
a { background-color: #BFE03E; }
a { background-color: rgb(191,224,62); }
div.DivClassName
{
background-color: #BFE03E;
}
.BgClassName
{
background-color: #BFE03E;
}
</style>
border-color css
<style>
span { border-color: #BFE03E; }
span { border-color: rgb(191,224,62); }
td.TdClassName
{
border-color: #BFE03E;
}
.TagClassName
{
border-color: #BFE03E;
}
</style>