Shades of Las Palmas #BCE342
Tints of Las Palmas #BCE342
RGB
CMYK
RGB Variations
Color information
#BCE342 (or 0xBCE342) is known color: Las Palmas. HEX triplet: BC, E3 and 42. RGB value is (188,227,66). Sum of RGB (Red+Green+Blue) = 188+227+66=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE342 is #431CBD. Grayscale: #C5C5C5. Windows color (decimal): -4398270 or 4383676. OLE color: 4383676.
HSL color Cylindrical-coordinate representation of color #BCE342: hue angle of 74.53º 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 #BCE342 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 66 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.11 |
| HSL | 74.53º | 0.74% | 0.57% | - |
| HSV(B) | 74.53º | 0.71% | 0.89% | - |
| XYZ | 49.19 | 66.02 | 15.31 | - |
| YUV | 196.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 66 | 0.17 | 0 | 0.71 | 0.11 | 74.53 | 0.74 | 0.57 |
| Hex | BC | E3 | 42 | 11 | 0 | 47 | B | 4B | 4A | 39 |
| Octal | 274 | 343 | 102 | 21 | 0 | 107 | 13 | 113 | 112 | 71 |
| Binary | 10111100 | 11100011 | 1000010 | 10001 | 0 | 1000111 | 1011 | 1001011 | 1001010 | 111001 |
Color Harmonies of #BCE342
Complementary color
Monochromatic Colors of #BCE342
Black with #BCE342
Text Example
Text Example
White with #BCE342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE342; }
p { color: rgb(188,227,66); }
H1.HeaderClassName
{
color: #BCE342;
}
.AnyTagClassName
{
color: #BCE342;
}
</style>
background-color css
<style>
a { background-color: #BCE342; }
a { background-color: rgb(188,227,66); }
div.DivClassName
{
background-color: #BCE342;
}
.BgClassName
{
background-color: #BCE342;
}
</style>
border-color css
<style>
span { border-color: #BCE342; }
span { border-color: rgb(188,227,66); }
td.TdClassName
{
border-color: #BCE342;
}
.TagClassName
{
border-color: #BCE342;
}
</style>