Shades of Las Palmas #BFD741
Tints of Las Palmas #BFD741
RGB
CMYK
RGB Variations
Color information
#BFD741 (or 0xBFD741) is known color: Las Palmas. HEX triplet: BF, D7 and 41. RGB value is (191,215,65). Sum of RGB (Red+Green+Blue) = 191+215+65=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD741 is #4028BE. Grayscale: #BFBFBF. Windows color (decimal): -4204735 or 4315071. OLE color: 4315071.
HSL color Cylindrical-coordinate representation of color #BFD741: hue angle of 69.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD741 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 65 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.16 |
| HSL | 69.6º | 0.65% | 0.55% | - |
| HSV(B) | 69.6º | 0.7% | 0.84% | - |
| XYZ | 46.74 | 60.06 | 14.13 | - |
| YUV | 190.72 | 57.05 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 65 | 0.11 | 0 | 0.70 | 0.16 | 69.6 | 0.65 | 0.55 |
| Hex | BF | D7 | 41 | B | 0 | 46 | 10 | 46 | 41 | 37 |
| Octal | 277 | 327 | 101 | 13 | 0 | 106 | 20 | 106 | 101 | 67 |
| Binary | 10111111 | 11010111 | 1000001 | 1011 | 0 | 1000110 | 10000 | 1000110 | 1000001 | 110111 |
Color Harmonies of #BFD741
Complementary color
Monochromatic Colors of #BFD741
Black with #BFD741
Text Example
Text Example
White with #BFD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD741; }
p { color: rgb(191,215,65); }
H1.HeaderClassName
{
color: #BFD741;
}
.AnyTagClassName
{
color: #BFD741;
}
</style>
background-color css
<style>
a { background-color: #BFD741; }
a { background-color: rgb(191,215,65); }
div.DivClassName
{
background-color: #BFD741;
}
.BgClassName
{
background-color: #BFD741;
}
</style>
border-color css
<style>
span { border-color: #BFD741; }
span { border-color: rgb(191,215,65); }
td.TdClassName
{
border-color: #BFD741;
}
.TagClassName
{
border-color: #BFD741;
}
</style>