Shades of Las Palmas #BCE541
Tints of Las Palmas #BCE541
RGB
CMYK
RGB Variations
Color information
#BCE541 (or 0xBCE541) is known color: Las Palmas. HEX triplet: BC, E5 and 41. RGB value is (188,229,65). Sum of RGB (Red+Green+Blue) = 188+229+65=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE541 is #431ABE. Grayscale: #C6C6C6. Windows color (decimal): -4397759 or 4318652. OLE color: 4318652.
HSL color Cylindrical-coordinate representation of color #BCE541: hue angle of 75º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCE541 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 65 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.10 |
| HSL | 75º | 0.76% | 0.58% | - |
| HSV(B) | 75º | 0.72% | 0.9% | - |
| XYZ | 49.71 | 67.11 | 15.33 | - |
| YUV | 198.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 65 | 0.18 | 0 | 0.72 | 0.10 | 75 | 0.76 | 0.58 |
| Hex | BC | E5 | 41 | 12 | 0 | 48 | A | 4B | 4C | 3A |
| Octal | 274 | 345 | 101 | 22 | 0 | 110 | 12 | 113 | 114 | 72 |
| Binary | 10111100 | 11100101 | 1000001 | 10010 | 0 | 1001000 | 1010 | 1001011 | 1001100 | 111010 |
Color Harmonies of #BCE541
Complementary color
Monochromatic Colors of #BCE541
Black with #BCE541
Text Example
Text Example
White with #BCE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE541; }
p { color: rgb(188,229,65); }
H1.HeaderClassName
{
color: #BCE541;
}
.AnyTagClassName
{
color: #BCE541;
}
</style>
background-color css
<style>
a { background-color: #BCE541; }
a { background-color: rgb(188,229,65); }
div.DivClassName
{
background-color: #BCE541;
}
.BgClassName
{
background-color: #BCE541;
}
</style>
border-color css
<style>
span { border-color: #BCE541; }
span { border-color: rgb(188,229,65); }
td.TdClassName
{
border-color: #BCE541;
}
.TagClassName
{
border-color: #BCE541;
}
</style>