Shades of Las Palmas #BCE741
Tints of Las Palmas #BCE741
RGB
CMYK
RGB Variations
Color information
#BCE741 (or 0xBCE741) is known color: Las Palmas. HEX triplet: BC, E7 and 41. RGB value is (188,231,65). Sum of RGB (Red+Green+Blue) = 188+231+65=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE741 is #4318BE. Grayscale: #C7C7C7. Windows color (decimal): -4397247 or 4319164. OLE color: 4319164.
HSL color Cylindrical-coordinate representation of color #BCE741: hue angle of 75.54º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCE741 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 65 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.09 |
| HSL | 75.54º | 0.78% | 0.58% | - |
| HSV(B) | 75.54º | 0.72% | 0.91% | - |
| XYZ | 50.27 | 68.22 | 15.52 | - |
| YUV | 199.22 | 52.25 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 65 | 0.19 | 0 | 0.72 | 0.09 | 75.54 | 0.78 | 0.58 |
| Hex | BC | E7 | 41 | 13 | 0 | 48 | 9 | 4C | 4E | 3A |
| Octal | 274 | 347 | 101 | 23 | 0 | 110 | 11 | 114 | 116 | 72 |
| Binary | 10111100 | 11100111 | 1000001 | 10011 | 0 | 1001000 | 1001 | 1001100 | 1001110 | 111010 |
Color Harmonies of #BCE741
Complementary color
Monochromatic Colors of #BCE741
Black with #BCE741
Text Example
Text Example
White with #BCE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE741; }
p { color: rgb(188,231,65); }
H1.HeaderClassName
{
color: #BCE741;
}
.AnyTagClassName
{
color: #BCE741;
}
</style>
background-color css
<style>
a { background-color: #BCE741; }
a { background-color: rgb(188,231,65); }
div.DivClassName
{
background-color: #BCE741;
}
.BgClassName
{
background-color: #BCE741;
}
</style>
border-color css
<style>
span { border-color: #BCE741; }
span { border-color: rgb(188,231,65); }
td.TdClassName
{
border-color: #BCE741;
}
.TagClassName
{
border-color: #BCE741;
}
</style>