Shades of Las Palmas #BCDF3F
Tints of Las Palmas #BCDF3F
RGB
CMYK
RGB Variations
Color information
#BCDF3F (or 0xBCDF3F) is known color: Las Palmas. HEX triplet: BC, DF and 3F. RGB value is (188,223,63). Sum of RGB (Red+Green+Blue) = 188+223+63=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF3F is #4320C0. Grayscale: #C2C2C2. Windows color (decimal): -4399297 or 4186044. OLE color: 4186044.
HSL color Cylindrical-coordinate representation of color #BCDF3F: hue angle of 73.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCDF3F is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 63 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.13 |
| HSL | 73.13º | 0.71% | 0.56% | - |
| HSV(B) | 73.13º | 0.72% | 0.87% | - |
| XYZ | 48.02 | 63.83 | 14.49 | - |
| YUV | 194.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 63 | 0.16 | 0 | 0.72 | 0.13 | 73.13 | 0.71 | 0.56 |
| Hex | BC | DF | 3F | 10 | 0 | 48 | D | 49 | 47 | 38 |
| Octal | 274 | 337 | 77 | 20 | 0 | 110 | 15 | 111 | 107 | 70 |
| Binary | 10111100 | 11011111 | 111111 | 10000 | 0 | 1001000 | 1101 | 1001001 | 1000111 | 111000 |
Color Harmonies of #BCDF3F
Complementary color
Monochromatic Colors of #BCDF3F
Black with #BCDF3F
Text Example
Text Example
White with #BCDF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF3F; }
p { color: rgb(188,223,63); }
H1.HeaderClassName
{
color: #BCDF3F;
}
.AnyTagClassName
{
color: #BCDF3F;
}
</style>
background-color css
<style>
a { background-color: #BCDF3F; }
a { background-color: rgb(188,223,63); }
div.DivClassName
{
background-color: #BCDF3F;
}
.BgClassName
{
background-color: #BCDF3F;
}
</style>
border-color css
<style>
span { border-color: #BCDF3F; }
span { border-color: rgb(188,223,63); }
td.TdClassName
{
border-color: #BCDF3F;
}
.TagClassName
{
border-color: #BCDF3F;
}
</style>