Shades of Las Palmas #BFD241
Tints of Las Palmas #BFD241
RGB
CMYK
RGB Variations
Color information
#BFD241 (or 0xBFD241) is known color: Las Palmas. HEX triplet: BF, D2 and 41. RGB value is (191,210,65). Sum of RGB (Red+Green+Blue) = 191+210+65=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD241 is #402DBE. Grayscale: #BCBCBC. Windows color (decimal): -4206015 or 4313791. OLE color: 4313791.
HSL color Cylindrical-coordinate representation of color #BFD241: hue angle of 67.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD241 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 65 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.18 |
| HSL | 67.86º | 0.62% | 0.54% | - |
| HSV(B) | 67.86º | 0.69% | 0.82% | - |
| XYZ | 45.49 | 57.55 | 13.71 | - |
| YUV | 187.79 | 58.71 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 65 | 0.09 | 0 | 0.69 | 0.18 | 67.86 | 0.62 | 0.54 |
| Hex | BF | D2 | 41 | 9 | 0 | 45 | 12 | 44 | 3E | 36 |
| Octal | 277 | 322 | 101 | 11 | 0 | 105 | 22 | 104 | 76 | 66 |
| Binary | 10111111 | 11010010 | 1000001 | 1001 | 0 | 1000101 | 10010 | 1000100 | 111110 | 110110 |
Color Harmonies of #BFD241
Complementary color
Monochromatic Colors of #BFD241
Black with #BFD241
Text Example
Text Example
White with #BFD241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD241; }
p { color: rgb(191,210,65); }
H1.HeaderClassName
{
color: #BFD241;
}
.AnyTagClassName
{
color: #BFD241;
}
</style>
background-color css
<style>
a { background-color: #BFD241; }
a { background-color: rgb(191,210,65); }
div.DivClassName
{
background-color: #BFD241;
}
.BgClassName
{
background-color: #BFD241;
}
</style>
border-color css
<style>
span { border-color: #BFD241; }
span { border-color: rgb(191,210,65); }
td.TdClassName
{
border-color: #BFD241;
}
.TagClassName
{
border-color: #BFD241;
}
</style>