Shades of Las Palmas #BCE33D
Tints of Las Palmas #BCE33D
RGB
CMYK
RGB Variations
Color information
#BCE33D (or 0xBCE33D) is known color: Las Palmas. HEX triplet: BC, E3 and 3D. RGB value is (188,227,61). Sum of RGB (Red+Green+Blue) = 188+227+61=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE33D is #431CC2. Grayscale: #C5C5C5. Windows color (decimal): -4398275 or 4055996. OLE color: 4055996.
HSL color Cylindrical-coordinate representation of color #BCE33D: hue angle of 74.1º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCE33D is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 61 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.11 |
| HSL | 74.1º | 0.75% | 0.56% | - |
| HSV(B) | 74.1º | 0.73% | 0.89% | - |
| XYZ | 49.05 | 65.97 | 14.56 | - |
| YUV | 196.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 61 | 0.17 | 0 | 0.73 | 0.11 | 74.1 | 0.75 | 0.56 |
| Hex | BC | E3 | 3D | 11 | 0 | 49 | B | 4A | 4B | 38 |
| Octal | 274 | 343 | 75 | 21 | 0 | 111 | 13 | 112 | 113 | 70 |
| Binary | 10111100 | 11100011 | 111101 | 10001 | 0 | 1001001 | 1011 | 1001010 | 1001011 | 111000 |
Color Harmonies of #BCE33D
Complementary color
Monochromatic Colors of #BCE33D
Black with #BCE33D
Text Example
Text Example
White with #BCE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE33D; }
p { color: rgb(188,227,61); }
H1.HeaderClassName
{
color: #BCE33D;
}
.AnyTagClassName
{
color: #BCE33D;
}
</style>
background-color css
<style>
a { background-color: #BCE33D; }
a { background-color: rgb(188,227,61); }
div.DivClassName
{
background-color: #BCE33D;
}
.BgClassName
{
background-color: #BCE33D;
}
</style>
border-color css
<style>
span { border-color: #BCE33D; }
span { border-color: rgb(188,227,61); }
td.TdClassName
{
border-color: #BCE33D;
}
.TagClassName
{
border-color: #BCE33D;
}
</style>