Shades of Las Palmas #BFDD3C
Tints of Las Palmas #BFDD3C
RGB
CMYK
RGB Variations
Color information
#BFDD3C (or 0xBFDD3C) is known color: Las Palmas. HEX triplet: BF, DD and 3C. RGB value is (191,221,60). Sum of RGB (Red+Green+Blue) = 191+221+60=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD3C is #4022C3. Grayscale: #C2C2C2. Windows color (decimal): -4203204 or 3988927. OLE color: 3988927.
HSL color Cylindrical-coordinate representation of color #BFDD3C: hue angle of 71.18º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFDD3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 60 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.13 |
| HSL | 71.18º | 0.7% | 0.55% | - |
| HSV(B) | 71.18º | 0.73% | 0.87% | - |
| XYZ | 48.16 | 63.12 | 13.92 | - |
| YUV | 193.68 | 52.56 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 60 | 0.14 | 0 | 0.73 | 0.13 | 71.18 | 0.7 | 0.55 |
| Hex | BF | DD | 3C | E | 0 | 49 | D | 47 | 46 | 37 |
| Octal | 277 | 335 | 74 | 16 | 0 | 111 | 15 | 107 | 106 | 67 |
| Binary | 10111111 | 11011101 | 111100 | 1110 | 0 | 1001001 | 1101 | 1000111 | 1000110 | 110111 |
Color Harmonies of #BFDD3C
Complementary color
Monochromatic Colors of #BFDD3C
Black with #BFDD3C
Text Example
Text Example
White with #BFDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD3C; }
p { color: rgb(191,221,60); }
H1.HeaderClassName
{
color: #BFDD3C;
}
.AnyTagClassName
{
color: #BFDD3C;
}
</style>
background-color css
<style>
a { background-color: #BFDD3C; }
a { background-color: rgb(191,221,60); }
div.DivClassName
{
background-color: #BFDD3C;
}
.BgClassName
{
background-color: #BFDD3C;
}
</style>
border-color css
<style>
span { border-color: #BFDD3C; }
span { border-color: rgb(191,221,60); }
td.TdClassName
{
border-color: #BFDD3C;
}
.TagClassName
{
border-color: #BFDD3C;
}
</style>