Shades of Las Palmas #BCDF3C
Tints of Las Palmas #BCDF3C
RGB
CMYK
RGB Variations
Color information
#BCDF3C (or 0xBCDF3C) is known color: Las Palmas. HEX triplet: BC, DF and 3C. RGB value is (188,223,60). Sum of RGB (Red+Green+Blue) = 188+223+60=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF3C is #4320C3. Grayscale: #C2C2C2. Windows color (decimal): -4399300 or 3989436. OLE color: 3989436.
HSL color Cylindrical-coordinate representation of color #BCDF3C: hue angle of 72.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCDF3C is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 60 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.13 |
| HSL | 72.88º | 0.72% | 0.55% | - |
| HSV(B) | 72.88º | 0.73% | 0.87% | - |
| XYZ | 47.94 | 63.79 | 14.06 | - |
| YUV | 193.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 60 | 0.16 | 0 | 0.73 | 0.13 | 72.88 | 0.72 | 0.55 |
| Hex | BC | DF | 3C | 10 | 0 | 49 | D | 49 | 48 | 37 |
| Octal | 274 | 337 | 74 | 20 | 0 | 111 | 15 | 111 | 110 | 67 |
| Binary | 10111100 | 11011111 | 111100 | 10000 | 0 | 1001001 | 1101 | 1001001 | 1001000 | 110111 |
Color Harmonies of #BCDF3C
Complementary color
Monochromatic Colors of #BCDF3C
Black with #BCDF3C
Text Example
Text Example
White with #BCDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF3C; }
p { color: rgb(188,223,60); }
H1.HeaderClassName
{
color: #BCDF3C;
}
.AnyTagClassName
{
color: #BCDF3C;
}
</style>
background-color css
<style>
a { background-color: #BCDF3C; }
a { background-color: rgb(188,223,60); }
div.DivClassName
{
background-color: #BCDF3C;
}
.BgClassName
{
background-color: #BCDF3C;
}
</style>
border-color css
<style>
span { border-color: #BCDF3C; }
span { border-color: rgb(188,223,60); }
td.TdClassName
{
border-color: #BCDF3C;
}
.TagClassName
{
border-color: #BCDF3C;
}
</style>