Shades of Las Palmas #BDD340
Tints of Las Palmas #BDD340
RGB
CMYK
RGB Variations
Color information
#BDD340 (or 0xBDD340) is known color: Las Palmas. HEX triplet: BD, D3 and 40. RGB value is (189,211,64). Sum of RGB (Red+Green+Blue) = 189+211+64=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD340 is #422CBF. Grayscale: #BCBCBC. Windows color (decimal): -4336832 or 4248509. OLE color: 4248509.
HSL color Cylindrical-coordinate representation of color #BDD340: hue angle of 68.98º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD340 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 64 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.17 |
| HSL | 68.98º | 0.63% | 0.54% | - |
| HSV(B) | 68.98º | 0.7% | 0.83% | - |
| XYZ | 45.21 | 57.78 | 13.62 | - |
| YUV | 187.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 64 | 0.10 | 0 | 0.70 | 0.17 | 68.98 | 0.63 | 0.54 |
| Hex | BD | D3 | 40 | A | 0 | 46 | 11 | 45 | 3F | 36 |
| Octal | 275 | 323 | 100 | 12 | 0 | 106 | 21 | 105 | 77 | 66 |
| Binary | 10111101 | 11010011 | 1000000 | 1010 | 0 | 1000110 | 10001 | 1000101 | 111111 | 110110 |
Color Harmonies of #BDD340
Complementary color
Monochromatic Colors of #BDD340
Black with #BDD340
Text Example
Text Example
White with #BDD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD340; }
p { color: rgb(189,211,64); }
H1.HeaderClassName
{
color: #BDD340;
}
.AnyTagClassName
{
color: #BDD340;
}
</style>
background-color css
<style>
a { background-color: #BDD340; }
a { background-color: rgb(189,211,64); }
div.DivClassName
{
background-color: #BDD340;
}
.BgClassName
{
background-color: #BDD340;
}
</style>
border-color css
<style>
span { border-color: #BDD340; }
span { border-color: rgb(189,211,64); }
td.TdClassName
{
border-color: #BDD340;
}
.TagClassName
{
border-color: #BDD340;
}
</style>