Shades of Las Palmas #BFDD3E
Tints of Las Palmas #BFDD3E
RGB
CMYK
RGB Variations
Color information
#BFDD3E (or 0xBFDD3E) is known color: Las Palmas. HEX triplet: BF, DD and 3E. RGB value is (191,221,62). Sum of RGB (Red+Green+Blue) = 191+221+62=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD3E is #4022C1. Grayscale: #C2C2C2. Windows color (decimal): -4203202 or 4119999. OLE color: 4119999.
HSL color Cylindrical-coordinate representation of color #BFDD3E: hue angle of 71.32º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFDD3E is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 62 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.13 |
| HSL | 71.32º | 0.7% | 0.55% | - |
| HSV(B) | 71.32º | 0.72% | 0.87% | - |
| XYZ | 48.21 | 63.14 | 14.2 | - |
| YUV | 193.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 62 | 0.14 | 0 | 0.72 | 0.13 | 71.32 | 0.7 | 0.55 |
| Hex | BF | DD | 3E | E | 0 | 48 | D | 47 | 46 | 37 |
| Octal | 277 | 335 | 76 | 16 | 0 | 110 | 15 | 107 | 106 | 67 |
| Binary | 10111111 | 11011101 | 111110 | 1110 | 0 | 1001000 | 1101 | 1000111 | 1000110 | 110111 |
Color Harmonies of #BFDD3E
Complementary color
Monochromatic Colors of #BFDD3E
Black with #BFDD3E
Text Example
Text Example
White with #BFDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD3E; }
p { color: rgb(191,221,62); }
H1.HeaderClassName
{
color: #BFDD3E;
}
.AnyTagClassName
{
color: #BFDD3E;
}
</style>
background-color css
<style>
a { background-color: #BFDD3E; }
a { background-color: rgb(191,221,62); }
div.DivClassName
{
background-color: #BFDD3E;
}
.BgClassName
{
background-color: #BFDD3E;
}
</style>
border-color css
<style>
span { border-color: #BFDD3E; }
span { border-color: rgb(191,221,62); }
td.TdClassName
{
border-color: #BFDD3E;
}
.TagClassName
{
border-color: #BFDD3E;
}
</style>