Shades of Las Palmas #BDD243
Tints of Las Palmas #BDD243
RGB
CMYK
RGB Variations
Color information
#BDD243 (or 0xBDD243) is known color: Las Palmas. HEX triplet: BD, D2 and 43. RGB value is (189,210,67). Sum of RGB (Red+Green+Blue) = 189+210+67=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD243 is #422DBC. Grayscale: #BBBBBB. Windows color (decimal): -4337085 or 4444861. OLE color: 4444861.
HSL color Cylindrical-coordinate representation of color #BDD243: hue angle of 68.81º 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 #BDD243 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 67 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.18 |
| HSL | 68.81º | 0.61% | 0.54% | - |
| HSV(B) | 68.81º | 0.68% | 0.82% | - |
| XYZ | 45.05 | 57.32 | 14 | - |
| YUV | 187.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 67 | 0.10 | 0 | 0.68 | 0.18 | 68.81 | 0.61 | 0.54 |
| Hex | BD | D2 | 43 | A | 0 | 44 | 12 | 45 | 3D | 36 |
| Octal | 275 | 322 | 103 | 12 | 0 | 104 | 22 | 105 | 75 | 66 |
| Binary | 10111101 | 11010010 | 1000011 | 1010 | 0 | 1000100 | 10010 | 1000101 | 111101 | 110110 |
Color Harmonies of #BDD243
Complementary color
Monochromatic Colors of #BDD243
Black with #BDD243
Text Example
Text Example
White with #BDD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD243; }
p { color: rgb(189,210,67); }
H1.HeaderClassName
{
color: #BDD243;
}
.AnyTagClassName
{
color: #BDD243;
}
</style>
background-color css
<style>
a { background-color: #BDD243; }
a { background-color: rgb(189,210,67); }
div.DivClassName
{
background-color: #BDD243;
}
.BgClassName
{
background-color: #BDD243;
}
</style>
border-color css
<style>
span { border-color: #BDD243; }
span { border-color: rgb(189,210,67); }
td.TdClassName
{
border-color: #BDD243;
}
.TagClassName
{
border-color: #BDD243;
}
</style>