Shades of Las Palmas #BCE641
Tints of Las Palmas #BCE641
RGB
CMYK
RGB Variations
Color information
#BCE641 (or 0xBCE641) is known color: Las Palmas. HEX triplet: BC, E6 and 41. RGB value is (188,230,65). Sum of RGB (Red+Green+Blue) = 188+230+65=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE641 is #4319BE. Grayscale: #C7C7C7. Windows color (decimal): -4397503 or 4318908. OLE color: 4318908.
HSL color Cylindrical-coordinate representation of color #BCE641: hue angle of 75.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCE641 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 65 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.10 |
| HSL | 75.27º | 0.77% | 0.58% | - |
| HSV(B) | 75.27º | 0.72% | 0.9% | - |
| XYZ | 49.99 | 67.67 | 15.43 | - |
| YUV | 198.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 65 | 0.18 | 0 | 0.72 | 0.10 | 75.27 | 0.77 | 0.58 |
| Hex | BC | E6 | 41 | 12 | 0 | 48 | A | 4B | 4D | 3A |
| Octal | 274 | 346 | 101 | 22 | 0 | 110 | 12 | 113 | 115 | 72 |
| Binary | 10111100 | 11100110 | 1000001 | 10010 | 0 | 1001000 | 1010 | 1001011 | 1001101 | 111010 |
Color Harmonies of #BCE641
Complementary color
Monochromatic Colors of #BCE641
Black with #BCE641
Text Example
Text Example
White with #BCE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE641; }
p { color: rgb(188,230,65); }
H1.HeaderClassName
{
color: #BCE641;
}
.AnyTagClassName
{
color: #BCE641;
}
</style>
background-color css
<style>
a { background-color: #BCE641; }
a { background-color: rgb(188,230,65); }
div.DivClassName
{
background-color: #BCE641;
}
.BgClassName
{
background-color: #BCE641;
}
</style>
border-color css
<style>
span { border-color: #BCE641; }
span { border-color: rgb(188,230,65); }
td.TdClassName
{
border-color: #BCE641;
}
.TagClassName
{
border-color: #BCE641;
}
</style>