Shades of Las Palmas #BFDD43
Tints of Las Palmas #BFDD43
RGB
CMYK
RGB Variations
Color information
#BFDD43 (or 0xBFDD43) is known color: Las Palmas. HEX triplet: BF, DD and 43. RGB value is (191,221,67). Sum of RGB (Red+Green+Blue) = 191+221+67=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 67 (26.56% from 255 or 13.99% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD43 is #4022BC. Grayscale: #C3C3C3. Windows color (decimal): -4203197 or 4447679. OLE color: 4447679.
HSL color Cylindrical-coordinate representation of color #BFDD43: hue angle of 71.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFDD43 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 67 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.13 |
| HSL | 71.69º | 0.69% | 0.56% | - |
| HSV(B) | 71.69º | 0.7% | 0.87% | - |
| XYZ | 48.36 | 63.19 | 14.96 | - |
| YUV | 194.47 | 56.06 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 67 | 0.14 | 0 | 0.70 | 0.13 | 71.69 | 0.69 | 0.56 |
| Hex | BF | DD | 43 | E | 0 | 46 | D | 48 | 45 | 38 |
| Octal | 277 | 335 | 103 | 16 | 0 | 106 | 15 | 110 | 105 | 70 |
| Binary | 10111111 | 11011101 | 1000011 | 1110 | 0 | 1000110 | 1101 | 1001000 | 1000101 | 111000 |
Color Harmonies of #BFDD43
Complementary color
Monochromatic Colors of #BFDD43
Black with #BFDD43
Text Example
Text Example
White with #BFDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD43; }
p { color: rgb(191,221,67); }
H1.HeaderClassName
{
color: #BFDD43;
}
.AnyTagClassName
{
color: #BFDD43;
}
</style>
background-color css
<style>
a { background-color: #BFDD43; }
a { background-color: rgb(191,221,67); }
div.DivClassName
{
background-color: #BFDD43;
}
.BgClassName
{
background-color: #BFDD43;
}
</style>
border-color css
<style>
span { border-color: #BFDD43; }
span { border-color: rgb(191,221,67); }
td.TdClassName
{
border-color: #BFDD43;
}
.TagClassName
{
border-color: #BFDD43;
}
</style>