Shades of Las Palmas #BDE538
Tints of Las Palmas #BDE538
RGB
CMYK
RGB Variations
Color information
#BDE538 (or 0xBDE538) is known color: Las Palmas. HEX triplet: BD, E5 and 38. RGB value is (189,229,56). Sum of RGB (Red+Green+Blue) = 189+229+56=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE538 is #421AC7. Grayscale: #C5C5C5. Windows color (decimal): -4332232 or 3728829. OLE color: 3728829.
HSL color Cylindrical-coordinate representation of color #BDE538: hue angle of 73.87º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDE538 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 56 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.10 |
| HSL | 73.87º | 0.77% | 0.56% | - |
| HSV(B) | 73.87º | 0.76% | 0.9% | - |
| XYZ | 49.72 | 67.14 | 14.08 | - |
| YUV | 197.32 | 48.25 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 56 | 0.17 | 0 | 0.76 | 0.10 | 73.87 | 0.77 | 0.56 |
| Hex | BD | E5 | 38 | 11 | 0 | 4C | A | 4A | 4D | 38 |
| Octal | 275 | 345 | 70 | 21 | 0 | 114 | 12 | 112 | 115 | 70 |
| Binary | 10111101 | 11100101 | 111000 | 10001 | 0 | 1001100 | 1010 | 1001010 | 1001101 | 111000 |
Color Harmonies of #BDE538
Complementary color
Monochromatic Colors of #BDE538
Black with #BDE538
Text Example
Text Example
White with #BDE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE538; }
p { color: rgb(189,229,56); }
H1.HeaderClassName
{
color: #BDE538;
}
.AnyTagClassName
{
color: #BDE538;
}
</style>
background-color css
<style>
a { background-color: #BDE538; }
a { background-color: rgb(189,229,56); }
div.DivClassName
{
background-color: #BDE538;
}
.BgClassName
{
background-color: #BDE538;
}
</style>
border-color css
<style>
span { border-color: #BDE538; }
span { border-color: rgb(189,229,56); }
td.TdClassName
{
border-color: #BDE538;
}
.TagClassName
{
border-color: #BDE538;
}
</style>