Shades of Las Palmas #BCE142
Tints of Las Palmas #BCE142
RGB
CMYK
RGB Variations
Color information
#BCE142 (or 0xBCE142) is known color: Las Palmas. HEX triplet: BC, E1 and 42. RGB value is (188,225,66). Sum of RGB (Red+Green+Blue) = 188+225+66=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE142 is #431EBD. Grayscale: #C4C4C4. Windows color (decimal): -4398782 or 4383164. OLE color: 4383164.
HSL color Cylindrical-coordinate representation of color #BCE142: hue angle of 73.96º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCE142 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 66 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.12 |
| HSL | 73.96º | 0.73% | 0.57% | - |
| HSV(B) | 73.96º | 0.71% | 0.88% | - |
| XYZ | 48.65 | 64.94 | 15.12 | - |
| YUV | 195.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 66 | 0.16 | 0 | 0.71 | 0.12 | 73.96 | 0.73 | 0.57 |
| Hex | BC | E1 | 42 | 10 | 0 | 47 | C | 4A | 49 | 39 |
| Octal | 274 | 341 | 102 | 20 | 0 | 107 | 14 | 112 | 111 | 71 |
| Binary | 10111100 | 11100001 | 1000010 | 10000 | 0 | 1000111 | 1100 | 1001010 | 1001001 | 111001 |
Color Harmonies of #BCE142
Complementary color
Monochromatic Colors of #BCE142
Black with #BCE142
Text Example
Text Example
White with #BCE142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE142; }
p { color: rgb(188,225,66); }
H1.HeaderClassName
{
color: #BCE142;
}
.AnyTagClassName
{
color: #BCE142;
}
</style>
background-color css
<style>
a { background-color: #BCE142; }
a { background-color: rgb(188,225,66); }
div.DivClassName
{
background-color: #BCE142;
}
.BgClassName
{
background-color: #BCE142;
}
</style>
border-color css
<style>
span { border-color: #BCE142; }
span { border-color: rgb(188,225,66); }
td.TdClassName
{
border-color: #BCE142;
}
.TagClassName
{
border-color: #BCE142;
}
</style>