Shades of Las Palmas #BFDE33
Tints of Las Palmas #BFDE33
RGB
CMYK
RGB Variations
Color information
#BFDE33 (or 0xBFDE33) is known color: Las Palmas. HEX triplet: BF, DE and 33. RGB value is (191,222,51). Sum of RGB (Red+Green+Blue) = 191+222+51=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE33 is #4021CC. Grayscale: #C1C1C1. Windows color (decimal): -4202957 or 3399359. OLE color: 3399359.
HSL color Cylindrical-coordinate representation of color #BFDE33: hue angle of 70.88º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFDE33 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 51 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.13 |
| HSL | 70.88º | 0.72% | 0.54% | - |
| HSV(B) | 70.88º | 0.77% | 0.87% | - |
| XYZ | 48.2 | 63.56 | 12.86 | - |
| YUV | 193.24 | 47.73 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 51 | 0.14 | 0 | 0.77 | 0.13 | 70.88 | 0.72 | 0.54 |
| Hex | BF | DE | 33 | E | 0 | 4D | D | 47 | 48 | 36 |
| Octal | 277 | 336 | 63 | 16 | 0 | 115 | 15 | 107 | 110 | 66 |
| Binary | 10111111 | 11011110 | 110011 | 1110 | 0 | 1001101 | 1101 | 1000111 | 1001000 | 110110 |
Color Harmonies of #BFDE33
Complementary color
Monochromatic Colors of #BFDE33
Black with #BFDE33
Text Example
Text Example
White with #BFDE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE33; }
p { color: rgb(191,222,51); }
H1.HeaderClassName
{
color: #BFDE33;
}
.AnyTagClassName
{
color: #BFDE33;
}
</style>
background-color css
<style>
a { background-color: #BFDE33; }
a { background-color: rgb(191,222,51); }
div.DivClassName
{
background-color: #BFDE33;
}
.BgClassName
{
background-color: #BFDE33;
}
</style>
border-color css
<style>
span { border-color: #BFDE33; }
span { border-color: rgb(191,222,51); }
td.TdClassName
{
border-color: #BFDE33;
}
.TagClassName
{
border-color: #BFDE33;
}
</style>