Shades of Las Palmas #BDE040
Tints of Las Palmas #BDE040
RGB
CMYK
RGB Variations
Color information
#BDE040 (or 0xBDE040) is known color: Las Palmas. HEX triplet: BD, E0 and 40. RGB value is (189,224,64). Sum of RGB (Red+Green+Blue) = 189+224+64=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE040 is #421FBF. Grayscale: #C3C3C3. Windows color (decimal): -4333504 or 4251837. OLE color: 4251837.
HSL color Cylindrical-coordinate representation of color #BDE040: hue angle of 73.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDE040 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 64 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.12 |
| HSL | 73.13º | 0.72% | 0.56% | - |
| HSV(B) | 73.13º | 0.71% | 0.88% | - |
| XYZ | 48.57 | 64.5 | 14.74 | - |
| YUV | 195.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 64 | 0.16 | 0 | 0.71 | 0.12 | 73.13 | 0.72 | 0.56 |
| Hex | BD | E0 | 40 | 10 | 0 | 47 | C | 49 | 48 | 38 |
| Octal | 275 | 340 | 100 | 20 | 0 | 107 | 14 | 111 | 110 | 70 |
| Binary | 10111101 | 11100000 | 1000000 | 10000 | 0 | 1000111 | 1100 | 1001001 | 1001000 | 111000 |
Color Harmonies of #BDE040
Complementary color
Monochromatic Colors of #BDE040
Black with #BDE040
Text Example
Text Example
White with #BDE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE040; }
p { color: rgb(189,224,64); }
H1.HeaderClassName
{
color: #BDE040;
}
.AnyTagClassName
{
color: #BDE040;
}
</style>
background-color css
<style>
a { background-color: #BDE040; }
a { background-color: rgb(189,224,64); }
div.DivClassName
{
background-color: #BDE040;
}
.BgClassName
{
background-color: #BDE040;
}
</style>
border-color css
<style>
span { border-color: #BDE040; }
span { border-color: rgb(189,224,64); }
td.TdClassName
{
border-color: #BDE040;
}
.TagClassName
{
border-color: #BDE040;
}
</style>