Shades of Las Palmas #BDE539
Tints of Las Palmas #BDE539
RGB
CMYK
RGB Variations
Color information
#BDE539 (or 0xBDE539) is known color: Las Palmas. HEX triplet: BD, E5 and 39. RGB value is (189,229,57). Sum of RGB (Red+Green+Blue) = 189+229+57=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 57 (22.66% from 255 or 12% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE539 is #421AC6. Grayscale: #C6C6C6. Windows color (decimal): -4332231 or 3794365. OLE color: 3794365.
HSL color Cylindrical-coordinate representation of color #BDE539: hue angle of 73.95º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE539 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 57 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.10 |
| HSL | 73.95º | 0.77% | 0.56% | - |
| HSV(B) | 73.95º | 0.75% | 0.9% | - |
| XYZ | 49.74 | 67.15 | 14.21 | - |
| YUV | 197.43 | 48.75 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 57 | 0.17 | 0 | 0.75 | 0.10 | 73.95 | 0.77 | 0.56 |
| Hex | BD | E5 | 39 | 11 | 0 | 4B | A | 4A | 4D | 38 |
| Octal | 275 | 345 | 71 | 21 | 0 | 113 | 12 | 112 | 115 | 70 |
| Binary | 10111101 | 11100101 | 111001 | 10001 | 0 | 1001011 | 1010 | 1001010 | 1001101 | 111000 |
Color Harmonies of #BDE539
Complementary color
Monochromatic Colors of #BDE539
Black with #BDE539
Text Example
Text Example
White with #BDE539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE539; }
p { color: rgb(189,229,57); }
H1.HeaderClassName
{
color: #BDE539;
}
.AnyTagClassName
{
color: #BDE539;
}
</style>
background-color css
<style>
a { background-color: #BDE539; }
a { background-color: rgb(189,229,57); }
div.DivClassName
{
background-color: #BDE539;
}
.BgClassName
{
background-color: #BDE539;
}
</style>
border-color css
<style>
span { border-color: #BDE539; }
span { border-color: rgb(189,229,57); }
td.TdClassName
{
border-color: #BDE539;
}
.TagClassName
{
border-color: #BDE539;
}
</style>