Shades of Las Palmas #BDD537
Tints of Las Palmas #BDD537
RGB
CMYK
RGB Variations
Color information
#BDD537 (or 0xBDD537) is known color: Las Palmas. HEX triplet: BD, D5 and 37. RGB value is (189,213,55). Sum of RGB (Red+Green+Blue) = 189+213+55=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD537 is #422AC8. Grayscale: #BCBCBC. Windows color (decimal): -4336329 or 3659197. OLE color: 3659197.
HSL color Cylindrical-coordinate representation of color #BDD537: hue angle of 69.11º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDD537 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 55 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.16 |
| HSL | 69.11º | 0.65% | 0.53% | - |
| HSV(B) | 69.11º | 0.74% | 0.84% | - |
| XYZ | 45.47 | 58.68 | 12.54 | - |
| YUV | 187.81 | 53.05 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 55 | 0.11 | 0 | 0.74 | 0.16 | 69.11 | 0.65 | 0.53 |
| Hex | BD | D5 | 37 | B | 0 | 4A | 10 | 45 | 41 | 35 |
| Octal | 275 | 325 | 67 | 13 | 0 | 112 | 20 | 105 | 101 | 65 |
| Binary | 10111101 | 11010101 | 110111 | 1011 | 0 | 1001010 | 10000 | 1000101 | 1000001 | 110101 |
Color Harmonies of #BDD537
Complementary color
Monochromatic Colors of #BDD537
Black with #BDD537
Text Example
Text Example
White with #BDD537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD537; }
p { color: rgb(189,213,55); }
H1.HeaderClassName
{
color: #BDD537;
}
.AnyTagClassName
{
color: #BDD537;
}
</style>
background-color css
<style>
a { background-color: #BDD537; }
a { background-color: rgb(189,213,55); }
div.DivClassName
{
background-color: #BDD537;
}
.BgClassName
{
background-color: #BDD537;
}
</style>
border-color css
<style>
span { border-color: #BDD537; }
span { border-color: rgb(189,213,55); }
td.TdClassName
{
border-color: #BDD537;
}
.TagClassName
{
border-color: #BDD537;
}
</style>