Shades of Las Palmas #BCE537
Tints of Las Palmas #BCE537
RGB
CMYK
RGB Variations
Color information
#BCE537 (or 0xBCE537) is known color: Las Palmas. HEX triplet: BC, E5 and 37. RGB value is (188,229,55). Sum of RGB (Red+Green+Blue) = 188+229+55=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE537 is #431AC8. Grayscale: #C5C5C5. Windows color (decimal): -4397769 or 3663292. OLE color: 3663292.
HSL color Cylindrical-coordinate representation of color #BCE537: hue angle of 74.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCE537 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 55 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.10 |
| HSL | 74.14º | 0.77% | 0.56% | - |
| HSV(B) | 74.14º | 0.76% | 0.9% | - |
| XYZ | 49.45 | 67.01 | 13.94 | - |
| YUV | 196.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 55 | 0.18 | 0 | 0.76 | 0.10 | 74.14 | 0.77 | 0.56 |
| Hex | BC | E5 | 37 | 12 | 0 | 4C | A | 4A | 4D | 38 |
| Octal | 274 | 345 | 67 | 22 | 0 | 114 | 12 | 112 | 115 | 70 |
| Binary | 10111100 | 11100101 | 110111 | 10010 | 0 | 1001100 | 1010 | 1001010 | 1001101 | 111000 |
Color Harmonies of #BCE537
Complementary color
Monochromatic Colors of #BCE537
Black with #BCE537
Text Example
Text Example
White with #BCE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE537; }
p { color: rgb(188,229,55); }
H1.HeaderClassName
{
color: #BCE537;
}
.AnyTagClassName
{
color: #BCE537;
}
</style>
background-color css
<style>
a { background-color: #BCE537; }
a { background-color: rgb(188,229,55); }
div.DivClassName
{
background-color: #BCE537;
}
.BgClassName
{
background-color: #BCE537;
}
</style>
border-color css
<style>
span { border-color: #BCE537; }
span { border-color: rgb(188,229,55); }
td.TdClassName
{
border-color: #BCE537;
}
.TagClassName
{
border-color: #BCE537;
}
</style>