Shades of Las Palmas #BFDF41
Tints of Las Palmas #BFDF41
RGB
CMYK
RGB Variations
Color information
#BFDF41 (or 0xBFDF41) is known color: Las Palmas. HEX triplet: BF, DF and 41. RGB value is (191,223,65). Sum of RGB (Red+Green+Blue) = 191+223+65=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF41 is #4020BE. Grayscale: #C4C4C4. Windows color (decimal): -4202687 or 4317119. OLE color: 4317119.
HSL color Cylindrical-coordinate representation of color #BFDF41: hue angle of 72.15º degrees, saturation: 0.71, 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 #BFDF41 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 65 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.13 |
| HSL | 72.15º | 0.71% | 0.56% | - |
| HSV(B) | 72.15º | 0.71% | 0.87% | - |
| XYZ | 48.83 | 64.23 | 14.83 | - |
| YUV | 195.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 65 | 0.14 | 0 | 0.71 | 0.13 | 72.15 | 0.71 | 0.56 |
| Hex | BF | DF | 41 | E | 0 | 47 | D | 48 | 47 | 38 |
| Octal | 277 | 337 | 101 | 16 | 0 | 107 | 15 | 110 | 107 | 70 |
| Binary | 10111111 | 11011111 | 1000001 | 1110 | 0 | 1000111 | 1101 | 1001000 | 1000111 | 111000 |
Color Harmonies of #BFDF41
Complementary color
Monochromatic Colors of #BFDF41
Black with #BFDF41
Text Example
Text Example
White with #BFDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF41; }
p { color: rgb(191,223,65); }
H1.HeaderClassName
{
color: #BFDF41;
}
.AnyTagClassName
{
color: #BFDF41;
}
</style>
background-color css
<style>
a { background-color: #BFDF41; }
a { background-color: rgb(191,223,65); }
div.DivClassName
{
background-color: #BFDF41;
}
.BgClassName
{
background-color: #BFDF41;
}
</style>
border-color css
<style>
span { border-color: #BFDF41; }
span { border-color: rgb(191,223,65); }
td.TdClassName
{
border-color: #BFDF41;
}
.TagClassName
{
border-color: #BFDF41;
}
</style>