Shades of Las Palmas #BFDB42
Tints of Las Palmas #BFDB42
RGB
CMYK
RGB Variations
Color information
#BFDB42 (or 0xBFDB42) is known color: Las Palmas. HEX triplet: BF, DB and 42. RGB value is (191,219,66). Sum of RGB (Red+Green+Blue) = 191+219+66=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB42 is #4024BD. Grayscale: #C1C1C1. Windows color (decimal): -4203710 or 4381631. OLE color: 4381631.
HSL color Cylindrical-coordinate representation of color #BFDB42: hue angle of 70.98º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFDB42 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 66 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.14 |
| HSL | 70.98º | 0.68% | 0.56% | - |
| HSV(B) | 70.98º | 0.7% | 0.86% | - |
| XYZ | 47.8 | 62.13 | 14.63 | - |
| YUV | 193.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 66 | 0.13 | 0 | 0.70 | 0.14 | 70.98 | 0.68 | 0.56 |
| Hex | BF | DB | 42 | D | 0 | 46 | E | 47 | 44 | 38 |
| Octal | 277 | 333 | 102 | 15 | 0 | 106 | 16 | 107 | 104 | 70 |
| Binary | 10111111 | 11011011 | 1000010 | 1101 | 0 | 1000110 | 1110 | 1000111 | 1000100 | 111000 |
Color Harmonies of #BFDB42
Complementary color
Monochromatic Colors of #BFDB42
Black with #BFDB42
Text Example
Text Example
White with #BFDB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB42; }
p { color: rgb(191,219,66); }
H1.HeaderClassName
{
color: #BFDB42;
}
.AnyTagClassName
{
color: #BFDB42;
}
</style>
background-color css
<style>
a { background-color: #BFDB42; }
a { background-color: rgb(191,219,66); }
div.DivClassName
{
background-color: #BFDB42;
}
.BgClassName
{
background-color: #BFDB42;
}
</style>
border-color css
<style>
span { border-color: #BFDB42; }
span { border-color: rgb(191,219,66); }
td.TdClassName
{
border-color: #BFDB42;
}
.TagClassName
{
border-color: #BFDB42;
}
</style>