Shades of Las Palmas #BDD440
Tints of Las Palmas #BDD440
RGB
CMYK
RGB Variations
Color information
#BDD440 (or 0xBDD440) is known color: Las Palmas. HEX triplet: BD, D4 and 40. RGB value is (189,212,64). Sum of RGB (Red+Green+Blue) = 189+212+64=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD440 is #422BBF. Grayscale: #BCBCBC. Windows color (decimal): -4336576 or 4248765. OLE color: 4248765.
HSL color Cylindrical-coordinate representation of color #BDD440: hue angle of 69.32º 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 #BDD440 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 64 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.17 |
| HSL | 69.32º | 0.63% | 0.54% | - |
| HSV(B) | 69.32º | 0.7% | 0.83% | - |
| XYZ | 45.46 | 58.28 | 13.7 | - |
| YUV | 188.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 64 | 0.11 | 0 | 0.70 | 0.17 | 69.32 | 0.63 | 0.54 |
| Hex | BD | D4 | 40 | B | 0 | 46 | 11 | 45 | 3F | 36 |
| Octal | 275 | 324 | 100 | 13 | 0 | 106 | 21 | 105 | 77 | 66 |
| Binary | 10111101 | 11010100 | 1000000 | 1011 | 0 | 1000110 | 10001 | 1000101 | 111111 | 110110 |
Color Harmonies of #BDD440
Complementary color
Monochromatic Colors of #BDD440
Black with #BDD440
Text Example
Text Example
White with #BDD440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD440; }
p { color: rgb(189,212,64); }
H1.HeaderClassName
{
color: #BDD440;
}
.AnyTagClassName
{
color: #BDD440;
}
</style>
background-color css
<style>
a { background-color: #BDD440; }
a { background-color: rgb(189,212,64); }
div.DivClassName
{
background-color: #BDD440;
}
.BgClassName
{
background-color: #BDD440;
}
</style>
border-color css
<style>
span { border-color: #BDD440; }
span { border-color: rgb(189,212,64); }
td.TdClassName
{
border-color: #BDD440;
}
.TagClassName
{
border-color: #BDD440;
}
</style>