Shades of Las Palmas #BFD944
Tints of Las Palmas #BFD944
RGB
CMYK
RGB Variations
Color information
#BFD944 (or 0xBFD944) is known color: Las Palmas. HEX triplet: BF, D9 and 44. RGB value is (191,217,68). Sum of RGB (Red+Green+Blue) = 191+217+68=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD944 is #4026BB. Grayscale: #C0C0C0. Windows color (decimal): -4204220 or 4512191. OLE color: 4512191.
HSL color Cylindrical-coordinate representation of color #BFD944: hue angle of 70.47º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD944 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 68 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.15 |
| HSL | 70.47º | 0.66% | 0.56% | - |
| HSV(B) | 70.47º | 0.69% | 0.85% | - |
| XYZ | 47.34 | 61.12 | 14.77 | - |
| YUV | 192.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 68 | 0.12 | 0 | 0.69 | 0.15 | 70.47 | 0.66 | 0.56 |
| Hex | BF | D9 | 44 | C | 0 | 45 | F | 46 | 42 | 38 |
| Octal | 277 | 331 | 104 | 14 | 0 | 105 | 17 | 106 | 102 | 70 |
| Binary | 10111111 | 11011001 | 1000100 | 1100 | 0 | 1000101 | 1111 | 1000110 | 1000010 | 111000 |
Color Harmonies of #BFD944
Complementary color
Monochromatic Colors of #BFD944
Black with #BFD944
Text Example
Text Example
White with #BFD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD944; }
p { color: rgb(191,217,68); }
H1.HeaderClassName
{
color: #BFD944;
}
.AnyTagClassName
{
color: #BFD944;
}
</style>
background-color css
<style>
a { background-color: #BFD944; }
a { background-color: rgb(191,217,68); }
div.DivClassName
{
background-color: #BFD944;
}
.BgClassName
{
background-color: #BFD944;
}
</style>
border-color css
<style>
span { border-color: #BFD944; }
span { border-color: rgb(191,217,68); }
td.TdClassName
{
border-color: #BFD944;
}
.TagClassName
{
border-color: #BFD944;
}
</style>