Shades of Las Palmas #BFDD32
Tints of Las Palmas #BFDD32
RGB
CMYK
RGB Variations
Color information
#BFDD32 (or 0xBFDD32) is known color: Las Palmas. HEX triplet: BF, DD and 32. RGB value is (191,221,50). Sum of RGB (Red+Green+Blue) = 191+221+50=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD32 is #4022CD. Grayscale: #C1C1C1. Windows color (decimal): -4203214 or 3333567. OLE color: 3333567.
HSL color Cylindrical-coordinate representation of color #BFDD32: hue angle of 70.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFDD32 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 50 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.13 |
| HSL | 70.53º | 0.72% | 0.53% | - |
| HSV(B) | 70.53º | 0.77% | 0.87% | - |
| XYZ | 47.92 | 63.02 | 12.66 | - |
| YUV | 192.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 50 | 0.14 | 0 | 0.77 | 0.13 | 70.53 | 0.72 | 0.53 |
| Hex | BF | DD | 32 | E | 0 | 4D | D | 47 | 48 | 35 |
| Octal | 277 | 335 | 62 | 16 | 0 | 115 | 15 | 107 | 110 | 65 |
| Binary | 10111111 | 11011101 | 110010 | 1110 | 0 | 1001101 | 1101 | 1000111 | 1001000 | 110101 |
Color Harmonies of #BFDD32
Complementary color
Monochromatic Colors of #BFDD32
Black with #BFDD32
Text Example
Text Example
White with #BFDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD32; }
p { color: rgb(191,221,50); }
H1.HeaderClassName
{
color: #BFDD32;
}
.AnyTagClassName
{
color: #BFDD32;
}
</style>
background-color css
<style>
a { background-color: #BFDD32; }
a { background-color: rgb(191,221,50); }
div.DivClassName
{
background-color: #BFDD32;
}
.BgClassName
{
background-color: #BFDD32;
}
</style>
border-color css
<style>
span { border-color: #BFDD32; }
span { border-color: rgb(191,221,50); }
td.TdClassName
{
border-color: #BFDD32;
}
.TagClassName
{
border-color: #BFDD32;
}
</style>