Shades of Las Palmas #BCDD39
Tints of Las Palmas #BCDD39
RGB
CMYK
RGB Variations
Color information
#BCDD39 (or 0xBCDD39) is known color: Las Palmas. HEX triplet: BC, DD and 39. RGB value is (188,221,57). Sum of RGB (Red+Green+Blue) = 188+221+57=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 57 (22.66% from 255 or 12.23% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD39 is #4322C6. Grayscale: #C1C1C1. Windows color (decimal): -4399815 or 3792316. OLE color: 3792316.
HSL color Cylindrical-coordinate representation of color #BCDD39: hue angle of 72.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCDD39 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 57 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.13 |
| HSL | 72.07º | 0.71% | 0.55% | - |
| HSV(B) | 72.07º | 0.74% | 0.87% | - |
| XYZ | 47.33 | 62.7 | 13.48 | - |
| YUV | 192.44 | 51.57 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 57 | 0.15 | 0 | 0.74 | 0.13 | 72.07 | 0.71 | 0.55 |
| Hex | BC | DD | 39 | F | 0 | 4A | D | 48 | 47 | 37 |
| Octal | 274 | 335 | 71 | 17 | 0 | 112 | 15 | 110 | 107 | 67 |
| Binary | 10111100 | 11011101 | 111001 | 1111 | 0 | 1001010 | 1101 | 1001000 | 1000111 | 110111 |
Color Harmonies of #BCDD39
Complementary color
Monochromatic Colors of #BCDD39
Black with #BCDD39
Text Example
Text Example
White with #BCDD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD39; }
p { color: rgb(188,221,57); }
H1.HeaderClassName
{
color: #BCDD39;
}
.AnyTagClassName
{
color: #BCDD39;
}
</style>
background-color css
<style>
a { background-color: #BCDD39; }
a { background-color: rgb(188,221,57); }
div.DivClassName
{
background-color: #BCDD39;
}
.BgClassName
{
background-color: #BCDD39;
}
</style>
border-color css
<style>
span { border-color: #BCDD39; }
span { border-color: rgb(188,221,57); }
td.TdClassName
{
border-color: #BCDD39;
}
.TagClassName
{
border-color: #BCDD39;
}
</style>