Shades of Las Palmas #BCE241
Tints of Las Palmas #BCE241
RGB
CMYK
RGB Variations
Color information
#BCE241 (or 0xBCE241) is known color: Las Palmas. HEX triplet: BC, E2 and 41. RGB value is (188,226,65). Sum of RGB (Red+Green+Blue) = 188+226+65=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE241 is #431DBE. Grayscale: #C4C4C4. Windows color (decimal): -4398527 or 4317884. OLE color: 4317884.
HSL color Cylindrical-coordinate representation of color #BCE241: hue angle of 74.16º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCE241 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 65 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.11 |
| HSL | 74.16º | 0.74% | 0.57% | - |
| HSV(B) | 74.16º | 0.71% | 0.89% | - |
| XYZ | 48.89 | 65.47 | 15.06 | - |
| YUV | 196.28 | 53.91 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 65 | 0.17 | 0 | 0.71 | 0.11 | 74.16 | 0.74 | 0.57 |
| Hex | BC | E2 | 41 | 11 | 0 | 47 | B | 4A | 4A | 39 |
| Octal | 274 | 342 | 101 | 21 | 0 | 107 | 13 | 112 | 112 | 71 |
| Binary | 10111100 | 11100010 | 1000001 | 10001 | 0 | 1000111 | 1011 | 1001010 | 1001010 | 111001 |
Color Harmonies of #BCE241
Complementary color
Monochromatic Colors of #BCE241
Black with #BCE241
Text Example
Text Example
White with #BCE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE241; }
p { color: rgb(188,226,65); }
H1.HeaderClassName
{
color: #BCE241;
}
.AnyTagClassName
{
color: #BCE241;
}
</style>
background-color css
<style>
a { background-color: #BCE241; }
a { background-color: rgb(188,226,65); }
div.DivClassName
{
background-color: #BCE241;
}
.BgClassName
{
background-color: #BCE241;
}
</style>
border-color css
<style>
span { border-color: #BCE241; }
span { border-color: rgb(188,226,65); }
td.TdClassName
{
border-color: #BCE241;
}
.TagClassName
{
border-color: #BCE241;
}
</style>