Shades of Las Palmas #BCD740
Tints of Las Palmas #BCD740
RGB
CMYK
RGB Variations
Color information
#BCD740 (or 0xBCD740) is known color: Las Palmas. HEX triplet: BC, D7 and 40. RGB value is (188,215,64). Sum of RGB (Red+Green+Blue) = 188+215+64=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD740 is #4328BF. Grayscale: #BEBEBE. Windows color (decimal): -4401344 or 4249532. OLE color: 4249532.
HSL color Cylindrical-coordinate representation of color #BCD740: hue angle of 70.73º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCD740 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 64 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.16 |
| HSL | 70.73º | 0.65% | 0.55% | - |
| HSV(B) | 70.73º | 0.7% | 0.84% | - |
| XYZ | 45.96 | 59.66 | 13.94 | - |
| YUV | 189.71 | 57.05 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 64 | 0.13 | 0 | 0.70 | 0.16 | 70.73 | 0.65 | 0.55 |
| Hex | BC | D7 | 40 | D | 0 | 46 | 10 | 47 | 41 | 37 |
| Octal | 274 | 327 | 100 | 15 | 0 | 106 | 20 | 107 | 101 | 67 |
| Binary | 10111100 | 11010111 | 1000000 | 1101 | 0 | 1000110 | 10000 | 1000111 | 1000001 | 110111 |
Color Harmonies of #BCD740
Complementary color
Monochromatic Colors of #BCD740
Black with #BCD740
Text Example
Text Example
White with #BCD740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD740; }
p { color: rgb(188,215,64); }
H1.HeaderClassName
{
color: #BCD740;
}
.AnyTagClassName
{
color: #BCD740;
}
</style>
background-color css
<style>
a { background-color: #BCD740; }
a { background-color: rgb(188,215,64); }
div.DivClassName
{
background-color: #BCD740;
}
.BgClassName
{
background-color: #BCD740;
}
</style>
border-color css
<style>
span { border-color: #BCD740; }
span { border-color: rgb(188,215,64); }
td.TdClassName
{
border-color: #BCD740;
}
.TagClassName
{
border-color: #BCD740;
}
</style>