Shades of Las Palmas #BFDD44
Tints of Las Palmas #BFDD44
RGB
CMYK
RGB Variations
Color information
#BFDD44 (or 0xBFDD44) is known color: Las Palmas. HEX triplet: BF, DD and 44. RGB value is (191,221,68). Sum of RGB (Red+Green+Blue) = 191+221+68=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD44 is #4022BB. Grayscale: #C3C3C3. Windows color (decimal): -4203196 or 4513215. OLE color: 4513215.
HSL color Cylindrical-coordinate representation of color #BFDD44: hue angle of 71.76º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFDD44 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 68 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.13 |
| HSL | 71.76º | 0.69% | 0.57% | - |
| HSV(B) | 71.76º | 0.69% | 0.87% | - |
| XYZ | 48.39 | 63.21 | 15.12 | - |
| YUV | 194.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 68 | 0.14 | 0 | 0.69 | 0.13 | 71.76 | 0.69 | 0.57 |
| Hex | BF | DD | 44 | E | 0 | 45 | D | 48 | 45 | 39 |
| Octal | 277 | 335 | 104 | 16 | 0 | 105 | 15 | 110 | 105 | 71 |
| Binary | 10111111 | 11011101 | 1000100 | 1110 | 0 | 1000101 | 1101 | 1001000 | 1000101 | 111001 |
Color Harmonies of #BFDD44
Complementary color
Monochromatic Colors of #BFDD44
Black with #BFDD44
Text Example
Text Example
White with #BFDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD44; }
p { color: rgb(191,221,68); }
H1.HeaderClassName
{
color: #BFDD44;
}
.AnyTagClassName
{
color: #BFDD44;
}
</style>
background-color css
<style>
a { background-color: #BFDD44; }
a { background-color: rgb(191,221,68); }
div.DivClassName
{
background-color: #BFDD44;
}
.BgClassName
{
background-color: #BFDD44;
}
</style>
border-color css
<style>
span { border-color: #BFDD44; }
span { border-color: rgb(191,221,68); }
td.TdClassName
{
border-color: #BFDD44;
}
.TagClassName
{
border-color: #BFDD44;
}
</style>