Shades of Las Palmas #BFE63E
Tints of Las Palmas #BFE63E
RGB
CMYK
RGB Variations
Color information
#BFE63E (or 0xBFE63E) is known color: Las Palmas. HEX triplet: BF, E6 and 3E. RGB value is (191,230,62). Sum of RGB (Red+Green+Blue) = 191+230+62=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE63E is #4019C1. Grayscale: #C7C7C7. Windows color (decimal): -4200898 or 4122303. OLE color: 4122303.
HSL color Cylindrical-coordinate representation of color #BFE63E: hue angle of 73.93º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFE63E is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 62 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.10 |
| HSL | 73.93º | 0.77% | 0.57% | - |
| HSV(B) | 73.93º | 0.73% | 0.9% | - |
| XYZ | 50.65 | 68.02 | 15.02 | - |
| YUV | 199.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 62 | 0.17 | 0 | 0.73 | 0.10 | 73.93 | 0.77 | 0.57 |
| Hex | BF | E6 | 3E | 11 | 0 | 49 | A | 4A | 4D | 39 |
| Octal | 277 | 346 | 76 | 21 | 0 | 111 | 12 | 112 | 115 | 71 |
| Binary | 10111111 | 11100110 | 111110 | 10001 | 0 | 1001001 | 1010 | 1001010 | 1001101 | 111001 |
Color Harmonies of #BFE63E
Complementary color
Monochromatic Colors of #BFE63E
Black with #BFE63E
Text Example
Text Example
White with #BFE63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE63E; }
p { color: rgb(191,230,62); }
H1.HeaderClassName
{
color: #BFE63E;
}
.AnyTagClassName
{
color: #BFE63E;
}
</style>
background-color css
<style>
a { background-color: #BFE63E; }
a { background-color: rgb(191,230,62); }
div.DivClassName
{
background-color: #BFE63E;
}
.BgClassName
{
background-color: #BFE63E;
}
</style>
border-color css
<style>
span { border-color: #BFE63E; }
span { border-color: rgb(191,230,62); }
td.TdClassName
{
border-color: #BFE63E;
}
.TagClassName
{
border-color: #BFE63E;
}
</style>