Shades of Las Palmas #BCDE40
Tints of Las Palmas #BCDE40
RGB
CMYK
RGB Variations
Color information
#BCDE40 (or 0xBCDE40) is known color: Las Palmas. HEX triplet: BC, DE and 40. RGB value is (188,222,64). Sum of RGB (Red+Green+Blue) = 188+222+64=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE40 is #4321BF. Grayscale: #C2C2C2. Windows color (decimal): -4399552 or 4251324. OLE color: 4251324.
HSL color Cylindrical-coordinate representation of color #BCDE40: hue angle of 72.91º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCDE40 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 64 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.13 |
| HSL | 72.91º | 0.71% | 0.56% | - |
| HSV(B) | 72.91º | 0.71% | 0.87% | - |
| XYZ | 47.79 | 63.3 | 14.55 | - |
| YUV | 193.82 | 54.74 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 64 | 0.15 | 0 | 0.71 | 0.13 | 72.91 | 0.71 | 0.56 |
| Hex | BC | DE | 40 | F | 0 | 47 | D | 49 | 47 | 38 |
| Octal | 274 | 336 | 100 | 17 | 0 | 107 | 15 | 111 | 107 | 70 |
| Binary | 10111100 | 11011110 | 1000000 | 1111 | 0 | 1000111 | 1101 | 1001001 | 1000111 | 111000 |
Color Harmonies of #BCDE40
Complementary color
Monochromatic Colors of #BCDE40
Black with #BCDE40
Text Example
Text Example
White with #BCDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE40; }
p { color: rgb(188,222,64); }
H1.HeaderClassName
{
color: #BCDE40;
}
.AnyTagClassName
{
color: #BCDE40;
}
</style>
background-color css
<style>
a { background-color: #BCDE40; }
a { background-color: rgb(188,222,64); }
div.DivClassName
{
background-color: #BCDE40;
}
.BgClassName
{
background-color: #BCDE40;
}
</style>
border-color css
<style>
span { border-color: #BCDE40; }
span { border-color: rgb(188,222,64); }
td.TdClassName
{
border-color: #BCDE40;
}
.TagClassName
{
border-color: #BCDE40;
}
</style>