Shades of Las Palmas #BDD142
Tints of Las Palmas #BDD142
RGB
CMYK
RGB Variations
Color information
#BDD142 (or 0xBDD142) is known color: Las Palmas. HEX triplet: BD, D1 and 42. RGB value is (189,209,66). Sum of RGB (Red+Green+Blue) = 189+209+66=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD142 is #422EBD. Grayscale: #BBBBBB. Windows color (decimal): -4337342 or 4379069. OLE color: 4379069.
HSL color Cylindrical-coordinate representation of color #BDD142: hue angle of 68.39º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDD142 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 66 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.18 |
| HSL | 68.39º | 0.61% | 0.54% | - |
| HSV(B) | 68.39º | 0.68% | 0.82% | - |
| XYZ | 44.77 | 56.81 | 13.76 | - |
| YUV | 186.72 | 59.87 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 66 | 0.10 | 0 | 0.68 | 0.18 | 68.39 | 0.61 | 0.54 |
| Hex | BD | D1 | 42 | A | 0 | 44 | 12 | 44 | 3D | 36 |
| Octal | 275 | 321 | 102 | 12 | 0 | 104 | 22 | 104 | 75 | 66 |
| Binary | 10111101 | 11010001 | 1000010 | 1010 | 0 | 1000100 | 10010 | 1000100 | 111101 | 110110 |
Color Harmonies of #BDD142
Complementary color
Monochromatic Colors of #BDD142
Black with #BDD142
Text Example
Text Example
White with #BDD142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD142; }
p { color: rgb(189,209,66); }
H1.HeaderClassName
{
color: #BDD142;
}
.AnyTagClassName
{
color: #BDD142;
}
</style>
background-color css
<style>
a { background-color: #BDD142; }
a { background-color: rgb(189,209,66); }
div.DivClassName
{
background-color: #BDD142;
}
.BgClassName
{
background-color: #BDD142;
}
</style>
border-color css
<style>
span { border-color: #BDD142; }
span { border-color: rgb(189,209,66); }
td.TdClassName
{
border-color: #BDD142;
}
.TagClassName
{
border-color: #BDD142;
}
</style>