Shades of Las Palmas #BFD341
Tints of Las Palmas #BFD341
RGB
CMYK
RGB Variations
Color information
#BFD341 (or 0xBFD341) is known color: Las Palmas. HEX triplet: BF, D3 and 41. RGB value is (191,211,65). Sum of RGB (Red+Green+Blue) = 191+211+65=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD341 is #402CBE. Grayscale: #BCBCBC. Windows color (decimal): -4205759 or 4314047. OLE color: 4314047.
HSL color Cylindrical-coordinate representation of color #BFD341: hue angle of 68.22º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD341 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 65 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.17 |
| HSL | 68.22º | 0.62% | 0.54% | - |
| HSV(B) | 68.22º | 0.69% | 0.83% | - |
| XYZ | 45.73 | 58.05 | 13.79 | - |
| YUV | 188.38 | 58.37 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 65 | 0.09 | 0 | 0.69 | 0.17 | 68.22 | 0.62 | 0.54 |
| Hex | BF | D3 | 41 | 9 | 0 | 45 | 11 | 44 | 3E | 36 |
| Octal | 277 | 323 | 101 | 11 | 0 | 105 | 21 | 104 | 76 | 66 |
| Binary | 10111111 | 11010011 | 1000001 | 1001 | 0 | 1000101 | 10001 | 1000100 | 111110 | 110110 |
Color Harmonies of #BFD341
Complementary color
Monochromatic Colors of #BFD341
Black with #BFD341
Text Example
Text Example
White with #BFD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD341; }
p { color: rgb(191,211,65); }
H1.HeaderClassName
{
color: #BFD341;
}
.AnyTagClassName
{
color: #BFD341;
}
</style>
background-color css
<style>
a { background-color: #BFD341; }
a { background-color: rgb(191,211,65); }
div.DivClassName
{
background-color: #BFD341;
}
.BgClassName
{
background-color: #BFD341;
}
</style>
border-color css
<style>
span { border-color: #BFD341; }
span { border-color: rgb(191,211,65); }
td.TdClassName
{
border-color: #BFD341;
}
.TagClassName
{
border-color: #BFD341;
}
</style>