Shades of Las Palmas #BFD63B
Tints of Las Palmas #BFD63B
RGB
CMYK
RGB Variations
Color information
#BFD63B (or 0xBFD63B) is known color: Las Palmas. HEX triplet: BF, D6 and 3B. RGB value is (191,214,59). Sum of RGB (Red+Green+Blue) = 191+214+59=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD63B is #4029C4. Grayscale: #BEBEBE. Windows color (decimal): -4204997 or 3921599. OLE color: 3921599.
HSL color Cylindrical-coordinate representation of color #BFD63B: hue angle of 68.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFD63B is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 59 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.16 |
| HSL | 68.9º | 0.65% | 0.54% | - |
| HSV(B) | 68.9º | 0.72% | 0.84% | - |
| XYZ | 46.32 | 59.49 | 13.18 | - |
| YUV | 189.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 59 | 0.11 | 0 | 0.72 | 0.16 | 68.9 | 0.65 | 0.54 |
| Hex | BF | D6 | 3B | B | 0 | 48 | 10 | 45 | 41 | 36 |
| Octal | 277 | 326 | 73 | 13 | 0 | 110 | 20 | 105 | 101 | 66 |
| Binary | 10111111 | 11010110 | 111011 | 1011 | 0 | 1001000 | 10000 | 1000101 | 1000001 | 110110 |
Color Harmonies of #BFD63B
Complementary color
Monochromatic Colors of #BFD63B
Black with #BFD63B
Text Example
Text Example
White with #BFD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD63B; }
p { color: rgb(191,214,59); }
H1.HeaderClassName
{
color: #BFD63B;
}
.AnyTagClassName
{
color: #BFD63B;
}
</style>
background-color css
<style>
a { background-color: #BFD63B; }
a { background-color: rgb(191,214,59); }
div.DivClassName
{
background-color: #BFD63B;
}
.BgClassName
{
background-color: #BFD63B;
}
</style>
border-color css
<style>
span { border-color: #BFD63B; }
span { border-color: rgb(191,214,59); }
td.TdClassName
{
border-color: #BFD63B;
}
.TagClassName
{
border-color: #BFD63B;
}
</style>