Shades of Las Palmas #BCE530
Tints of Las Palmas #BCE530
RGB
CMYK
RGB Variations
Color information
#BCE530 (or 0xBCE530) is known color: Las Palmas. HEX triplet: BC, E5 and 30. RGB value is (188,229,48). Sum of RGB (Red+Green+Blue) = 188+229+48=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE530 is #431ACF. Grayscale: #C4C4C4. Windows color (decimal): -4397776 or 3204540. OLE color: 3204540.
HSL color Cylindrical-coordinate representation of color #BCE530: hue angle of 73.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCE530 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 48 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.10 |
| HSL | 73.59º | 0.78% | 0.54% | - |
| HSV(B) | 73.59º | 0.79% | 0.9% | - |
| XYZ | 49.29 | 66.94 | 13.12 | - |
| YUV | 196.11 | 44.42 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 48 | 0.18 | 0 | 0.79 | 0.10 | 73.59 | 0.78 | 0.54 |
| Hex | BC | E5 | 30 | 12 | 0 | 4F | A | 4A | 4E | 36 |
| Octal | 274 | 345 | 60 | 22 | 0 | 117 | 12 | 112 | 116 | 66 |
| Binary | 10111100 | 11100101 | 110000 | 10010 | 0 | 1001111 | 1010 | 1001010 | 1001110 | 110110 |
Color Harmonies of #BCE530
Complementary color
Monochromatic Colors of #BCE530
Black with #BCE530
Text Example
Text Example
White with #BCE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE530; }
p { color: rgb(188,229,48); }
H1.HeaderClassName
{
color: #BCE530;
}
.AnyTagClassName
{
color: #BCE530;
}
</style>
background-color css
<style>
a { background-color: #BCE530; }
a { background-color: rgb(188,229,48); }
div.DivClassName
{
background-color: #BCE530;
}
.BgClassName
{
background-color: #BCE530;
}
</style>
border-color css
<style>
span { border-color: #BCE530; }
span { border-color: rgb(188,229,48); }
td.TdClassName
{
border-color: #BCE530;
}
.TagClassName
{
border-color: #BCE530;
}
</style>