Shades of Las Palmas #BCDD3E
Tints of Las Palmas #BCDD3E
RGB
CMYK
RGB Variations
Color information
#BCDD3E (or 0xBCDD3E) is known color: Las Palmas. HEX triplet: BC, DD and 3E. RGB value is (188,221,62). Sum of RGB (Red+Green+Blue) = 188+221+62=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD3E is #4322C1. Grayscale: #C1C1C1. Windows color (decimal): -4399810 or 4119996. OLE color: 4119996.
HSL color Cylindrical-coordinate representation of color #BCDD3E: hue angle of 72.45º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCDD3E is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 62 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.13 |
| HSL | 72.45º | 0.7% | 0.55% | - |
| HSV(B) | 72.45º | 0.72% | 0.87% | - |
| XYZ | 47.46 | 62.75 | 14.17 | - |
| YUV | 193.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 62 | 0.15 | 0 | 0.72 | 0.13 | 72.45 | 0.7 | 0.55 |
| Hex | BC | DD | 3E | F | 0 | 48 | D | 48 | 46 | 37 |
| Octal | 274 | 335 | 76 | 17 | 0 | 110 | 15 | 110 | 106 | 67 |
| Binary | 10111100 | 11011101 | 111110 | 1111 | 0 | 1001000 | 1101 | 1001000 | 1000110 | 110111 |
Color Harmonies of #BCDD3E
Complementary color
Monochromatic Colors of #BCDD3E
Black with #BCDD3E
Text Example
Text Example
White with #BCDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD3E; }
p { color: rgb(188,221,62); }
H1.HeaderClassName
{
color: #BCDD3E;
}
.AnyTagClassName
{
color: #BCDD3E;
}
</style>
background-color css
<style>
a { background-color: #BCDD3E; }
a { background-color: rgb(188,221,62); }
div.DivClassName
{
background-color: #BCDD3E;
}
.BgClassName
{
background-color: #BCDD3E;
}
</style>
border-color css
<style>
span { border-color: #BCDD3E; }
span { border-color: rgb(188,221,62); }
td.TdClassName
{
border-color: #BCDD3E;
}
.TagClassName
{
border-color: #BCDD3E;
}
</style>