Shades of Las Palmas #BFD437
Tints of Las Palmas #BFD437
RGB
CMYK
RGB Variations
Color information
#BFD437 (or 0xBFD437) is known color: Las Palmas. HEX triplet: BF, D4 and 37. RGB value is (191,212,55). Sum of RGB (Red+Green+Blue) = 191+212+55=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD437 is #402BC8. Grayscale: #BCBCBC. Windows color (decimal): -4205513 or 3658943. OLE color: 3658943.
HSL color Cylindrical-coordinate representation of color #BFD437: hue angle of 68.03º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFD437 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 55 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.17 |
| HSL | 68.03º | 0.65% | 0.52% | - |
| HSV(B) | 68.03º | 0.74% | 0.83% | - |
| XYZ | 45.72 | 58.44 | 12.48 | - |
| YUV | 187.82 | 53.04 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 55 | 0.10 | 0 | 0.74 | 0.17 | 68.03 | 0.65 | 0.52 |
| Hex | BF | D4 | 37 | A | 0 | 4A | 11 | 44 | 41 | 34 |
| Octal | 277 | 324 | 67 | 12 | 0 | 112 | 21 | 104 | 101 | 64 |
| Binary | 10111111 | 11010100 | 110111 | 1010 | 0 | 1001010 | 10001 | 1000100 | 1000001 | 110100 |
Color Harmonies of #BFD437
Complementary color
Monochromatic Colors of #BFD437
Black with #BFD437
Text Example
Text Example
White with #BFD437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD437; }
p { color: rgb(191,212,55); }
H1.HeaderClassName
{
color: #BFD437;
}
.AnyTagClassName
{
color: #BFD437;
}
</style>
background-color css
<style>
a { background-color: #BFD437; }
a { background-color: rgb(191,212,55); }
div.DivClassName
{
background-color: #BFD437;
}
.BgClassName
{
background-color: #BFD437;
}
</style>
border-color css
<style>
span { border-color: #BFD437; }
span { border-color: rgb(191,212,55); }
td.TdClassName
{
border-color: #BFD437;
}
.TagClassName
{
border-color: #BFD437;
}
</style>