Shades of Las Palmas #BFD83F
Tints of Las Palmas #BFD83F
RGB
CMYK
RGB Variations
Color information
#BFD83F (or 0xBFD83F) is known color: Las Palmas. HEX triplet: BF, D8 and 3F. RGB value is (191,216,63). Sum of RGB (Red+Green+Blue) = 191+216+63=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD83F is #4027C0. Grayscale: #BFBFBF. Windows color (decimal): -4204481 or 4184255. OLE color: 4184255.
HSL color Cylindrical-coordinate representation of color #BFD83F: hue angle of 69.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFD83F is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 63 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.15 |
| HSL | 69.8º | 0.66% | 0.55% | - |
| HSV(B) | 69.8º | 0.71% | 0.85% | - |
| XYZ | 46.94 | 60.55 | 13.92 | - |
| YUV | 191.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 63 | 0.12 | 0 | 0.71 | 0.15 | 69.8 | 0.66 | 0.55 |
| Hex | BF | D8 | 3F | C | 0 | 47 | F | 46 | 42 | 37 |
| Octal | 277 | 330 | 77 | 14 | 0 | 107 | 17 | 106 | 102 | 67 |
| Binary | 10111111 | 11011000 | 111111 | 1100 | 0 | 1000111 | 1111 | 1000110 | 1000010 | 110111 |
Color Harmonies of #BFD83F
Complementary color
Monochromatic Colors of #BFD83F
Black with #BFD83F
Text Example
Text Example
White with #BFD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD83F; }
p { color: rgb(191,216,63); }
H1.HeaderClassName
{
color: #BFD83F;
}
.AnyTagClassName
{
color: #BFD83F;
}
</style>
background-color css
<style>
a { background-color: #BFD83F; }
a { background-color: rgb(191,216,63); }
div.DivClassName
{
background-color: #BFD83F;
}
.BgClassName
{
background-color: #BFD83F;
}
</style>
border-color css
<style>
span { border-color: #BFD83F; }
span { border-color: rgb(191,216,63); }
td.TdClassName
{
border-color: #BFD83F;
}
.TagClassName
{
border-color: #BFD83F;
}
</style>