Shades of Las Palmas #BDE140
Tints of Las Palmas #BDE140
RGB
CMYK
RGB Variations
Color information
#BDE140 (or 0xBDE140) is known color: Las Palmas. HEX triplet: BD, E1 and 40. RGB value is (189,225,64). Sum of RGB (Red+Green+Blue) = 189+225+64=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE140 is #421EBF. Grayscale: #C4C4C4. Windows color (decimal): -4333248 or 4252093. OLE color: 4252093.
HSL color Cylindrical-coordinate representation of color #BDE140: hue angle of 73.42º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDE140 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 64 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.12 |
| HSL | 73.42º | 0.73% | 0.57% | - |
| HSV(B) | 73.42º | 0.72% | 0.88% | - |
| XYZ | 48.84 | 65.04 | 14.83 | - |
| YUV | 195.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 64 | 0.16 | 0 | 0.72 | 0.12 | 73.42 | 0.73 | 0.57 |
| Hex | BD | E1 | 40 | 10 | 0 | 48 | C | 49 | 49 | 39 |
| Octal | 275 | 341 | 100 | 20 | 0 | 110 | 14 | 111 | 111 | 71 |
| Binary | 10111101 | 11100001 | 1000000 | 10000 | 0 | 1001000 | 1100 | 1001001 | 1001001 | 111001 |
Color Harmonies of #BDE140
Complementary color
Monochromatic Colors of #BDE140
Black with #BDE140
Text Example
Text Example
White with #BDE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE140; }
p { color: rgb(189,225,64); }
H1.HeaderClassName
{
color: #BDE140;
}
.AnyTagClassName
{
color: #BDE140;
}
</style>
background-color css
<style>
a { background-color: #BDE140; }
a { background-color: rgb(189,225,64); }
div.DivClassName
{
background-color: #BDE140;
}
.BgClassName
{
background-color: #BDE140;
}
</style>
border-color css
<style>
span { border-color: #BDE140; }
span { border-color: rgb(189,225,64); }
td.TdClassName
{
border-color: #BDE140;
}
.TagClassName
{
border-color: #BDE140;
}
</style>