Shades of Las Palmas #BFDD41
Tints of Las Palmas #BFDD41
RGB
CMYK
RGB Variations
Color information
#BFDD41 (or 0xBFDD41) is known color: Las Palmas. HEX triplet: BF, DD and 41. RGB value is (191,221,65). Sum of RGB (Red+Green+Blue) = 191+221+65=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD41 is #4022BE. Grayscale: #C2C2C2. Windows color (decimal): -4203199 or 4316607. OLE color: 4316607.
HSL color Cylindrical-coordinate representation of color #BFDD41: hue angle of 71.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFDD41 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 65 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.13 |
| HSL | 71.54º | 0.7% | 0.56% | - |
| HSV(B) | 71.54º | 0.71% | 0.87% | - |
| XYZ | 48.3 | 63.17 | 14.65 | - |
| YUV | 194.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 65 | 0.14 | 0 | 0.71 | 0.13 | 71.54 | 0.7 | 0.56 |
| Hex | BF | DD | 41 | E | 0 | 47 | D | 48 | 46 | 38 |
| Octal | 277 | 335 | 101 | 16 | 0 | 107 | 15 | 110 | 106 | 70 |
| Binary | 10111111 | 11011101 | 1000001 | 1110 | 0 | 1000111 | 1101 | 1001000 | 1000110 | 111000 |
Color Harmonies of #BFDD41
Complementary color
Monochromatic Colors of #BFDD41
Black with #BFDD41
Text Example
Text Example
White with #BFDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD41; }
p { color: rgb(191,221,65); }
H1.HeaderClassName
{
color: #BFDD41;
}
.AnyTagClassName
{
color: #BFDD41;
}
</style>
background-color css
<style>
a { background-color: #BFDD41; }
a { background-color: rgb(191,221,65); }
div.DivClassName
{
background-color: #BFDD41;
}
.BgClassName
{
background-color: #BFDD41;
}
</style>
border-color css
<style>
span { border-color: #BFDD41; }
span { border-color: rgb(191,221,65); }
td.TdClassName
{
border-color: #BFDD41;
}
.TagClassName
{
border-color: #BFDD41;
}
</style>