Shades of Las Palmas #BCE037
Tints of Las Palmas #BCE037
RGB
CMYK
RGB Variations
Color information
#BCE037 (or 0xBCE037) is known color: Las Palmas. HEX triplet: BC, E0 and 37. RGB value is (188,224,55). Sum of RGB (Red+Green+Blue) = 188+224+55=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE037 is #431FC8. Grayscale: #C2C2C2. Windows color (decimal): -4399049 or 3662012. OLE color: 3662012.
HSL color Cylindrical-coordinate representation of color #BCE037: hue angle of 72.78º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCE037 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 55 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.12 |
| HSL | 72.78º | 0.73% | 0.55% | - |
| HSV(B) | 72.78º | 0.75% | 0.88% | - |
| XYZ | 48.08 | 64.28 | 13.49 | - |
| YUV | 193.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 55 | 0.16 | 0 | 0.75 | 0.12 | 72.78 | 0.73 | 0.55 |
| Hex | BC | E0 | 37 | 10 | 0 | 4B | C | 49 | 49 | 37 |
| Octal | 274 | 340 | 67 | 20 | 0 | 113 | 14 | 111 | 111 | 67 |
| Binary | 10111100 | 11100000 | 110111 | 10000 | 0 | 1001011 | 1100 | 1001001 | 1001001 | 110111 |
Color Harmonies of #BCE037
Complementary color
Monochromatic Colors of #BCE037
Black with #BCE037
Text Example
Text Example
White with #BCE037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE037; }
p { color: rgb(188,224,55); }
H1.HeaderClassName
{
color: #BCE037;
}
.AnyTagClassName
{
color: #BCE037;
}
</style>
background-color css
<style>
a { background-color: #BCE037; }
a { background-color: rgb(188,224,55); }
div.DivClassName
{
background-color: #BCE037;
}
.BgClassName
{
background-color: #BCE037;
}
</style>
border-color css
<style>
span { border-color: #BCE037; }
span { border-color: rgb(188,224,55); }
td.TdClassName
{
border-color: #BCE037;
}
.TagClassName
{
border-color: #BCE037;
}
</style>