Shades of Las Palmas #BCE042
Tints of Las Palmas #BCE042
RGB
CMYK
RGB Variations
Color information
#BCE042 (or 0xBCE042) is known color: Las Palmas. HEX triplet: BC, E0 and 42. RGB value is (188,224,66). Sum of RGB (Red+Green+Blue) = 188+224+66=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE042 is #431FBD. Grayscale: #C3C3C3. Windows color (decimal): -4399038 or 4382908. OLE color: 4382908.
HSL color Cylindrical-coordinate representation of color #BCE042: hue angle of 73.67º degrees, saturation: 0.72, 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 #BCE042 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 66 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.12 |
| HSL | 73.67º | 0.72% | 0.57% | - |
| HSV(B) | 73.67º | 0.71% | 0.88% | - |
| XYZ | 48.38 | 64.4 | 15.03 | - |
| YUV | 195.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 66 | 0.16 | 0 | 0.71 | 0.12 | 73.67 | 0.72 | 0.57 |
| Hex | BC | E0 | 42 | 10 | 0 | 47 | C | 4A | 48 | 39 |
| Octal | 274 | 340 | 102 | 20 | 0 | 107 | 14 | 112 | 110 | 71 |
| Binary | 10111100 | 11100000 | 1000010 | 10000 | 0 | 1000111 | 1100 | 1001010 | 1001000 | 111001 |
Color Harmonies of #BCE042
Complementary color
Monochromatic Colors of #BCE042
Black with #BCE042
Text Example
Text Example
White with #BCE042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE042; }
p { color: rgb(188,224,66); }
H1.HeaderClassName
{
color: #BCE042;
}
.AnyTagClassName
{
color: #BCE042;
}
</style>
background-color css
<style>
a { background-color: #BCE042; }
a { background-color: rgb(188,224,66); }
div.DivClassName
{
background-color: #BCE042;
}
.BgClassName
{
background-color: #BCE042;
}
</style>
border-color css
<style>
span { border-color: #BCE042; }
span { border-color: rgb(188,224,66); }
td.TdClassName
{
border-color: #BCE042;
}
.TagClassName
{
border-color: #BCE042;
}
</style>