Shades of Las Palmas #BFD636
Tints of Las Palmas #BFD636
RGB
CMYK
RGB Variations
Color information
#BFD636 (or 0xBFD636) is known color: Las Palmas. HEX triplet: BF, D6 and 36. RGB value is (191,214,54). Sum of RGB (Red+Green+Blue) = 191+214+54=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD636 is #4029C9. Grayscale: #BDBDBD. Windows color (decimal): -4205002 or 3593919. OLE color: 3593919.
HSL color Cylindrical-coordinate representation of color #BFD636: hue angle of 68.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFD636 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 54 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.16 |
| HSL | 68.63º | 0.66% | 0.53% | - |
| HSV(B) | 68.63º | 0.75% | 0.84% | - |
| XYZ | 46.2 | 59.44 | 12.53 | - |
| YUV | 188.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 54 | 0.11 | 0 | 0.75 | 0.16 | 68.63 | 0.66 | 0.53 |
| Hex | BF | D6 | 36 | B | 0 | 4B | 10 | 45 | 42 | 35 |
| Octal | 277 | 326 | 66 | 13 | 0 | 113 | 20 | 105 | 102 | 65 |
| Binary | 10111111 | 11010110 | 110110 | 1011 | 0 | 1001011 | 10000 | 1000101 | 1000010 | 110101 |
Color Harmonies of #BFD636
Complementary color
Monochromatic Colors of #BFD636
Black with #BFD636
Text Example
Text Example
White with #BFD636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD636; }
p { color: rgb(191,214,54); }
H1.HeaderClassName
{
color: #BFD636;
}
.AnyTagClassName
{
color: #BFD636;
}
</style>
background-color css
<style>
a { background-color: #BFD636; }
a { background-color: rgb(191,214,54); }
div.DivClassName
{
background-color: #BFD636;
}
.BgClassName
{
background-color: #BFD636;
}
</style>
border-color css
<style>
span { border-color: #BFD636; }
span { border-color: rgb(191,214,54); }
td.TdClassName
{
border-color: #BFD636;
}
.TagClassName
{
border-color: #BFD636;
}
</style>