Shades of Las Palmas #BFD240
Tints of Las Palmas #BFD240
RGB
CMYK
RGB Variations
Color information
#BFD240 (or 0xBFD240) is known color: Las Palmas. HEX triplet: BF, D2 and 40. RGB value is (191,210,64). Sum of RGB (Red+Green+Blue) = 191+210+64=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD240 is #402DBF. Grayscale: #BCBCBC. Windows color (decimal): -4206016 or 4248255. OLE color: 4248255.
HSL color Cylindrical-coordinate representation of color #BFD240: hue angle of 67.81º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD240 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 64 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.18 |
| HSL | 67.81º | 0.62% | 0.54% | - |
| HSV(B) | 67.81º | 0.7% | 0.82% | - |
| XYZ | 45.46 | 57.54 | 13.56 | - |
| YUV | 187.68 | 58.21 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 64 | 0.09 | 0 | 0.70 | 0.18 | 67.81 | 0.62 | 0.54 |
| Hex | BF | D2 | 40 | 9 | 0 | 46 | 12 | 44 | 3E | 36 |
| Octal | 277 | 322 | 100 | 11 | 0 | 106 | 22 | 104 | 76 | 66 |
| Binary | 10111111 | 11010010 | 1000000 | 1001 | 0 | 1000110 | 10010 | 1000100 | 111110 | 110110 |
Color Harmonies of #BFD240
Complementary color
Monochromatic Colors of #BFD240
Black with #BFD240
Text Example
Text Example
White with #BFD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD240; }
p { color: rgb(191,210,64); }
H1.HeaderClassName
{
color: #BFD240;
}
.AnyTagClassName
{
color: #BFD240;
}
</style>
background-color css
<style>
a { background-color: #BFD240; }
a { background-color: rgb(191,210,64); }
div.DivClassName
{
background-color: #BFD240;
}
.BgClassName
{
background-color: #BFD240;
}
</style>
border-color css
<style>
span { border-color: #BFD240; }
span { border-color: rgb(191,210,64); }
td.TdClassName
{
border-color: #BFD240;
}
.TagClassName
{
border-color: #BFD240;
}
</style>