Shades of Las Palmas #BDE141
Tints of Las Palmas #BDE141
RGB
CMYK
RGB Variations
Color information
#BDE141 (or 0xBDE141) is known color: Las Palmas. HEX triplet: BD, E1 and 41. RGB value is (189,225,65). Sum of RGB (Red+Green+Blue) = 189+225+65=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE141 is #421EBE. Grayscale: #C4C4C4. Windows color (decimal): -4333247 or 4317629. OLE color: 4317629.
HSL color Cylindrical-coordinate representation of color #BDE141: hue angle of 73.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDE141 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 65 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.12 |
| HSL | 73.5º | 0.73% | 0.57% | - |
| HSV(B) | 73.5º | 0.71% | 0.88% | - |
| XYZ | 48.87 | 65.05 | 14.98 | - |
| YUV | 196 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 65 | 0.16 | 0 | 0.71 | 0.12 | 73.5 | 0.73 | 0.57 |
| Hex | BD | E1 | 41 | 10 | 0 | 47 | C | 4A | 49 | 39 |
| Octal | 275 | 341 | 101 | 20 | 0 | 107 | 14 | 112 | 111 | 71 |
| Binary | 10111101 | 11100001 | 1000001 | 10000 | 0 | 1000111 | 1100 | 1001010 | 1001001 | 111001 |
Color Harmonies of #BDE141
Complementary color
Monochromatic Colors of #BDE141
Black with #BDE141
Text Example
Text Example
White with #BDE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE141; }
p { color: rgb(189,225,65); }
H1.HeaderClassName
{
color: #BDE141;
}
.AnyTagClassName
{
color: #BDE141;
}
</style>
background-color css
<style>
a { background-color: #BDE141; }
a { background-color: rgb(189,225,65); }
div.DivClassName
{
background-color: #BDE141;
}
.BgClassName
{
background-color: #BDE141;
}
</style>
border-color css
<style>
span { border-color: #BDE141; }
span { border-color: rgb(189,225,65); }
td.TdClassName
{
border-color: #BDE141;
}
.TagClassName
{
border-color: #BDE141;
}
</style>