Shades of Las Palmas #BFE83F
Tints of Las Palmas #BFE83F
RGB
CMYK
RGB Variations
Color information
#BFE83F (or 0xBFE83F) is known color: Las Palmas. HEX triplet: BF, E8 and 3F. RGB value is (191,232,63). Sum of RGB (Red+Green+Blue) = 191+232+63=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE83F is #4017C0. Grayscale: #C9C9C9. Windows color (decimal): -4200385 or 4188351. OLE color: 4188351.
HSL color Cylindrical-coordinate representation of color #BFE83F: hue angle of 74.56º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFE83F is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 63 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.09 |
| HSL | 74.56º | 0.79% | 0.58% | - |
| HSV(B) | 74.56º | 0.73% | 0.91% | - |
| XYZ | 51.24 | 69.15 | 15.35 | - |
| YUV | 200.48 | 50.42 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 63 | 0.18 | 0 | 0.73 | 0.09 | 74.56 | 0.79 | 0.58 |
| Hex | BF | E8 | 3F | 12 | 0 | 49 | 9 | 4B | 4F | 3A |
| Octal | 277 | 350 | 77 | 22 | 0 | 111 | 11 | 113 | 117 | 72 |
| Binary | 10111111 | 11101000 | 111111 | 10010 | 0 | 1001001 | 1001 | 1001011 | 1001111 | 111010 |
Color Harmonies of #BFE83F
Complementary color
Monochromatic Colors of #BFE83F
Black with #BFE83F
Text Example
Text Example
White with #BFE83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE83F; }
p { color: rgb(191,232,63); }
H1.HeaderClassName
{
color: #BFE83F;
}
.AnyTagClassName
{
color: #BFE83F;
}
</style>
background-color css
<style>
a { background-color: #BFE83F; }
a { background-color: rgb(191,232,63); }
div.DivClassName
{
background-color: #BFE83F;
}
.BgClassName
{
background-color: #BFE83F;
}
</style>
border-color css
<style>
span { border-color: #BFE83F; }
span { border-color: rgb(191,232,63); }
td.TdClassName
{
border-color: #BFE83F;
}
.TagClassName
{
border-color: #BFE83F;
}
</style>