Shades of Las Palmas #BFD53F
Tints of Las Palmas #BFD53F
RGB
CMYK
RGB Variations
Color information
#BFD53F (or 0xBFD53F) is known color: Las Palmas. HEX triplet: BF, D5 and 3F. RGB value is (191,213,63). Sum of RGB (Red+Green+Blue) = 191+213+63=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD53F is #402AC0. Grayscale: #BDBDBD. Windows color (decimal): -4205249 or 4183487. OLE color: 4183487.
HSL color Cylindrical-coordinate representation of color #BFD53F: hue angle of 68.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD53F is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 63 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.16 |
| HSL | 68.8º | 0.64% | 0.54% | - |
| HSV(B) | 68.8º | 0.7% | 0.84% | - |
| XYZ | 46.18 | 59.02 | 13.66 | - |
| YUV | 189.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 63 | 0.10 | 0 | 0.70 | 0.16 | 68.8 | 0.64 | 0.54 |
| Hex | BF | D5 | 3F | A | 0 | 46 | 10 | 45 | 40 | 36 |
| Octal | 277 | 325 | 77 | 12 | 0 | 106 | 20 | 105 | 100 | 66 |
| Binary | 10111111 | 11010101 | 111111 | 1010 | 0 | 1000110 | 10000 | 1000101 | 1000000 | 110110 |
Color Harmonies of #BFD53F
Complementary color
Monochromatic Colors of #BFD53F
Black with #BFD53F
Text Example
Text Example
White with #BFD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD53F; }
p { color: rgb(191,213,63); }
H1.HeaderClassName
{
color: #BFD53F;
}
.AnyTagClassName
{
color: #BFD53F;
}
</style>
background-color css
<style>
a { background-color: #BFD53F; }
a { background-color: rgb(191,213,63); }
div.DivClassName
{
background-color: #BFD53F;
}
.BgClassName
{
background-color: #BFD53F;
}
</style>
border-color css
<style>
span { border-color: #BFD53F; }
span { border-color: rgb(191,213,63); }
td.TdClassName
{
border-color: #BFD53F;
}
.TagClassName
{
border-color: #BFD53F;
}
</style>