Shades of Las Palmas #BCDD3D
Tints of Las Palmas #BCDD3D
RGB
CMYK
RGB Variations
Color information
#BCDD3D (or 0xBCDD3D) is known color: Las Palmas. HEX triplet: BC, DD and 3D. RGB value is (188,221,61). Sum of RGB (Red+Green+Blue) = 188+221+61=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD3D is #4322C2. Grayscale: #C1C1C1. Windows color (decimal): -4399811 or 4054460. OLE color: 4054460.
HSL color Cylindrical-coordinate representation of color #BCDD3D: hue angle of 72.38º 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 #BCDD3D is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 61 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.13 |
| HSL | 72.38º | 0.7% | 0.55% | - |
| HSV(B) | 72.38º | 0.72% | 0.87% | - |
| XYZ | 47.44 | 62.74 | 14.02 | - |
| YUV | 192.89 | 53.57 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 61 | 0.15 | 0 | 0.72 | 0.13 | 72.38 | 0.7 | 0.55 |
| Hex | BC | DD | 3D | F | 0 | 48 | D | 48 | 46 | 37 |
| Octal | 274 | 335 | 75 | 17 | 0 | 110 | 15 | 110 | 106 | 67 |
| Binary | 10111100 | 11011101 | 111101 | 1111 | 0 | 1001000 | 1101 | 1001000 | 1000110 | 110111 |
Color Harmonies of #BCDD3D
Complementary color
Monochromatic Colors of #BCDD3D
Black with #BCDD3D
Text Example
Text Example
White with #BCDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD3D; }
p { color: rgb(188,221,61); }
H1.HeaderClassName
{
color: #BCDD3D;
}
.AnyTagClassName
{
color: #BCDD3D;
}
</style>
background-color css
<style>
a { background-color: #BCDD3D; }
a { background-color: rgb(188,221,61); }
div.DivClassName
{
background-color: #BCDD3D;
}
.BgClassName
{
background-color: #BCDD3D;
}
</style>
border-color css
<style>
span { border-color: #BCDD3D; }
span { border-color: rgb(188,221,61); }
td.TdClassName
{
border-color: #BCDD3D;
}
.TagClassName
{
border-color: #BCDD3D;
}
</style>