Shades of Las Palmas #BFDC3C
Tints of Las Palmas #BFDC3C
RGB
CMYK
RGB Variations
Color information
#BFDC3C (or 0xBFDC3C) is known color: Las Palmas. HEX triplet: BF, DC and 3C. RGB value is (191,220,60). Sum of RGB (Red+Green+Blue) = 191+220+60=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC3C is #4023C3. Grayscale: #C1C1C1. Windows color (decimal): -4203460 or 3988671. OLE color: 3988671.
HSL color Cylindrical-coordinate representation of color #BFDC3C: hue angle of 70.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFDC3C is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 60 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.14 |
| HSL | 70.88º | 0.7% | 0.55% | - |
| HSV(B) | 70.88º | 0.73% | 0.86% | - |
| XYZ | 47.89 | 62.59 | 13.83 | - |
| YUV | 193.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 60 | 0.13 | 0 | 0.73 | 0.14 | 70.88 | 0.7 | 0.55 |
| Hex | BF | DC | 3C | D | 0 | 49 | E | 47 | 46 | 37 |
| Octal | 277 | 334 | 74 | 15 | 0 | 111 | 16 | 107 | 106 | 67 |
| Binary | 10111111 | 11011100 | 111100 | 1101 | 0 | 1001001 | 1110 | 1000111 | 1000110 | 110111 |
Color Harmonies of #BFDC3C
Complementary color
Monochromatic Colors of #BFDC3C
Black with #BFDC3C
Text Example
Text Example
White with #BFDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC3C; }
p { color: rgb(191,220,60); }
H1.HeaderClassName
{
color: #BFDC3C;
}
.AnyTagClassName
{
color: #BFDC3C;
}
</style>
background-color css
<style>
a { background-color: #BFDC3C; }
a { background-color: rgb(191,220,60); }
div.DivClassName
{
background-color: #BFDC3C;
}
.BgClassName
{
background-color: #BFDC3C;
}
</style>
border-color css
<style>
span { border-color: #BFDC3C; }
span { border-color: rgb(191,220,60); }
td.TdClassName
{
border-color: #BFDC3C;
}
.TagClassName
{
border-color: #BFDC3C;
}
</style>