Shades of Las Palmas #BCE53E
Tints of Las Palmas #BCE53E
RGB
CMYK
RGB Variations
Color information
#BCE53E (or 0xBCE53E) is known color: Las Palmas. HEX triplet: BC, E5 and 3E. RGB value is (188,229,62). Sum of RGB (Red+Green+Blue) = 188+229+62=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE53E is #431AC1. Grayscale: #C6C6C6. Windows color (decimal): -4397762 or 4122044. OLE color: 4122044.
HSL color Cylindrical-coordinate representation of color #BCE53E: hue angle of 74.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCE53E is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 62 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.10 |
| HSL | 74.73º | 0.76% | 0.57% | - |
| HSV(B) | 74.73º | 0.73% | 0.9% | - |
| XYZ | 49.63 | 67.08 | 14.89 | - |
| YUV | 197.7 | 51.42 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 62 | 0.18 | 0 | 0.73 | 0.10 | 74.73 | 0.76 | 0.57 |
| Hex | BC | E5 | 3E | 12 | 0 | 49 | A | 4B | 4C | 39 |
| Octal | 274 | 345 | 76 | 22 | 0 | 111 | 12 | 113 | 114 | 71 |
| Binary | 10111100 | 11100101 | 111110 | 10010 | 0 | 1001001 | 1010 | 1001011 | 1001100 | 111001 |
Color Harmonies of #BCE53E
Complementary color
Monochromatic Colors of #BCE53E
Black with #BCE53E
Text Example
Text Example
White with #BCE53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE53E; }
p { color: rgb(188,229,62); }
H1.HeaderClassName
{
color: #BCE53E;
}
.AnyTagClassName
{
color: #BCE53E;
}
</style>
background-color css
<style>
a { background-color: #BCE53E; }
a { background-color: rgb(188,229,62); }
div.DivClassName
{
background-color: #BCE53E;
}
.BgClassName
{
background-color: #BCE53E;
}
</style>
border-color css
<style>
span { border-color: #BCE53E; }
span { border-color: rgb(188,229,62); }
td.TdClassName
{
border-color: #BCE53E;
}
.TagClassName
{
border-color: #BCE53E;
}
</style>