Shades of Las Palmas #BFD340
Tints of Las Palmas #BFD340
RGB
CMYK
RGB Variations
Color information
#BFD340 (or 0xBFD340) is known color: Las Palmas. HEX triplet: BF, D3 and 40. RGB value is (191,211,64). Sum of RGB (Red+Green+Blue) = 191+211+64=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD340 is #402CBF. Grayscale: #BCBCBC. Windows color (decimal): -4205760 or 4248511. OLE color: 4248511.
HSL color Cylindrical-coordinate representation of color #BFD340: hue angle of 68.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD340 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 64 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.17 |
| HSL | 68.16º | 0.63% | 0.54% | - |
| HSV(B) | 68.16º | 0.7% | 0.83% | - |
| XYZ | 45.71 | 58.04 | 13.64 | - |
| YUV | 188.26 | 57.87 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 64 | 0.09 | 0 | 0.70 | 0.17 | 68.16 | 0.63 | 0.54 |
| Hex | BF | D3 | 40 | 9 | 0 | 46 | 11 | 44 | 3F | 36 |
| Octal | 277 | 323 | 100 | 11 | 0 | 106 | 21 | 104 | 77 | 66 |
| Binary | 10111111 | 11010011 | 1000000 | 1001 | 0 | 1000110 | 10001 | 1000100 | 111111 | 110110 |
Color Harmonies of #BFD340
Complementary color
Monochromatic Colors of #BFD340
Black with #BFD340
Text Example
Text Example
White with #BFD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD340; }
p { color: rgb(191,211,64); }
H1.HeaderClassName
{
color: #BFD340;
}
.AnyTagClassName
{
color: #BFD340;
}
</style>
background-color css
<style>
a { background-color: #BFD340; }
a { background-color: rgb(191,211,64); }
div.DivClassName
{
background-color: #BFD340;
}
.BgClassName
{
background-color: #BFD340;
}
</style>
border-color css
<style>
span { border-color: #BFD340; }
span { border-color: rgb(191,211,64); }
td.TdClassName
{
border-color: #BFD340;
}
.TagClassName
{
border-color: #BFD340;
}
</style>