Shades of Las Palmas #BDD647
Tints of Las Palmas #BDD647
RGB
CMYK
RGB Variations
Color information
#BDD647 (or 0xBDD647) is known color: Las Palmas. HEX triplet: BD, D6 and 47. RGB value is (189,214,71). Sum of RGB (Red+Green+Blue) = 189+214+71=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD647 is #4229B8. Grayscale: #BEBEBE. Windows color (decimal): -4336057 or 4708029. OLE color: 4708029.
HSL color Cylindrical-coordinate representation of color #BDD647: hue angle of 70.49º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD647 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 71 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.16 |
| HSL | 70.49º | 0.64% | 0.56% | - |
| HSV(B) | 70.49º | 0.67% | 0.84% | - |
| XYZ | 46.17 | 59.37 | 14.99 | - |
| YUV | 190.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 71 | 0.12 | 0 | 0.67 | 0.16 | 70.49 | 0.64 | 0.56 |
| Hex | BD | D6 | 47 | C | 0 | 43 | 10 | 46 | 40 | 38 |
| Octal | 275 | 326 | 107 | 14 | 0 | 103 | 20 | 106 | 100 | 70 |
| Binary | 10111101 | 11010110 | 1000111 | 1100 | 0 | 1000011 | 10000 | 1000110 | 1000000 | 111000 |
Color Harmonies of #BDD647
Complementary color
Monochromatic Colors of #BDD647
Black with #BDD647
Text Example
Text Example
White with #BDD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD647; }
p { color: rgb(189,214,71); }
H1.HeaderClassName
{
color: #BDD647;
}
.AnyTagClassName
{
color: #BDD647;
}
</style>
background-color css
<style>
a { background-color: #BDD647; }
a { background-color: rgb(189,214,71); }
div.DivClassName
{
background-color: #BDD647;
}
.BgClassName
{
background-color: #BDD647;
}
</style>
border-color css
<style>
span { border-color: #BDD647; }
span { border-color: rgb(189,214,71); }
td.TdClassName
{
border-color: #BDD647;
}
.TagClassName
{
border-color: #BDD647;
}
</style>