Shades of Las Palmas #BFDD37
Tints of Las Palmas #BFDD37
RGB
CMYK
RGB Variations
Color information
#BFDD37 (or 0xBFDD37) is known color: Las Palmas. HEX triplet: BF, DD and 37. RGB value is (191,221,55). Sum of RGB (Red+Green+Blue) = 191+221+55=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD37 is #4022C8. Grayscale: #C1C1C1. Windows color (decimal): -4203209 or 3661247. OLE color: 3661247.
HSL color Cylindrical-coordinate representation of color #BFDD37: hue angle of 70.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFDD37 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 55 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.13 |
| HSL | 70.84º | 0.71% | 0.54% | - |
| HSV(B) | 70.84º | 0.75% | 0.87% | - |
| XYZ | 48.03 | 63.07 | 13.26 | - |
| YUV | 193.11 | 50.06 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 55 | 0.14 | 0 | 0.75 | 0.13 | 70.84 | 0.71 | 0.54 |
| Hex | BF | DD | 37 | E | 0 | 4B | D | 47 | 47 | 36 |
| Octal | 277 | 335 | 67 | 16 | 0 | 113 | 15 | 107 | 107 | 66 |
| Binary | 10111111 | 11011101 | 110111 | 1110 | 0 | 1001011 | 1101 | 1000111 | 1000111 | 110110 |
Color Harmonies of #BFDD37
Complementary color
Monochromatic Colors of #BFDD37
Black with #BFDD37
Text Example
Text Example
White with #BFDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD37; }
p { color: rgb(191,221,55); }
H1.HeaderClassName
{
color: #BFDD37;
}
.AnyTagClassName
{
color: #BFDD37;
}
</style>
background-color css
<style>
a { background-color: #BFDD37; }
a { background-color: rgb(191,221,55); }
div.DivClassName
{
background-color: #BFDD37;
}
.BgClassName
{
background-color: #BFDD37;
}
</style>
border-color css
<style>
span { border-color: #BFDD37; }
span { border-color: rgb(191,221,55); }
td.TdClassName
{
border-color: #BFDD37;
}
.TagClassName
{
border-color: #BFDD37;
}
</style>