Shades of Las Palmas #BFDD3D
Tints of Las Palmas #BFDD3D
RGB
CMYK
RGB Variations
Color information
#BFDD3D (or 0xBFDD3D) is known color: Las Palmas. HEX triplet: BF, DD and 3D. RGB value is (191,221,61). Sum of RGB (Red+Green+Blue) = 191+221+61=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD3D is #4022C2. Grayscale: #C2C2C2. Windows color (decimal): -4203203 or 4054463. OLE color: 4054463.
HSL color Cylindrical-coordinate representation of color #BFDD3D: hue angle of 71.25º 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 #BFDD3D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 61 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.13 |
| HSL | 71.25º | 0.7% | 0.55% | - |
| HSV(B) | 71.25º | 0.72% | 0.87% | - |
| XYZ | 48.18 | 63.13 | 14.06 | - |
| YUV | 193.79 | 53.06 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 61 | 0.14 | 0 | 0.72 | 0.13 | 71.25 | 0.7 | 0.55 |
| Hex | BF | DD | 3D | E | 0 | 48 | D | 47 | 46 | 37 |
| Octal | 277 | 335 | 75 | 16 | 0 | 110 | 15 | 107 | 106 | 67 |
| Binary | 10111111 | 11011101 | 111101 | 1110 | 0 | 1001000 | 1101 | 1000111 | 1000110 | 110111 |
Color Harmonies of #BFDD3D
Complementary color
Monochromatic Colors of #BFDD3D
Black with #BFDD3D
Text Example
Text Example
White with #BFDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD3D; }
p { color: rgb(191,221,61); }
H1.HeaderClassName
{
color: #BFDD3D;
}
.AnyTagClassName
{
color: #BFDD3D;
}
</style>
background-color css
<style>
a { background-color: #BFDD3D; }
a { background-color: rgb(191,221,61); }
div.DivClassName
{
background-color: #BFDD3D;
}
.BgClassName
{
background-color: #BFDD3D;
}
</style>
border-color css
<style>
span { border-color: #BFDD3D; }
span { border-color: rgb(191,221,61); }
td.TdClassName
{
border-color: #BFDD3D;
}
.TagClassName
{
border-color: #BFDD3D;
}
</style>