Shades of Las Palmas #BDE139
Tints of Las Palmas #BDE139
RGB
CMYK
RGB Variations
Color information
#BDE139 (or 0xBDE139) is known color: Las Palmas. HEX triplet: BD, E1 and 39. RGB value is (189,225,57). Sum of RGB (Red+Green+Blue) = 189+225+57=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE139 is #421EC6. Grayscale: #C3C3C3. Windows color (decimal): -4333255 or 3793341. OLE color: 3793341.
HSL color Cylindrical-coordinate representation of color #BDE139: hue angle of 72.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE139 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 57 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.12 |
| HSL | 72.86º | 0.74% | 0.55% | - |
| HSV(B) | 72.86º | 0.75% | 0.88% | - |
| XYZ | 48.65 | 64.96 | 13.85 | - |
| YUV | 195.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 57 | 0.16 | 0 | 0.75 | 0.12 | 72.86 | 0.74 | 0.55 |
| Hex | BD | E1 | 39 | 10 | 0 | 4B | C | 49 | 4A | 37 |
| Octal | 275 | 341 | 71 | 20 | 0 | 113 | 14 | 111 | 112 | 67 |
| Binary | 10111101 | 11100001 | 111001 | 10000 | 0 | 1001011 | 1100 | 1001001 | 1001010 | 110111 |
Color Harmonies of #BDE139
Complementary color
Monochromatic Colors of #BDE139
Black with #BDE139
Text Example
Text Example
White with #BDE139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE139; }
p { color: rgb(189,225,57); }
H1.HeaderClassName
{
color: #BDE139;
}
.AnyTagClassName
{
color: #BDE139;
}
</style>
background-color css
<style>
a { background-color: #BDE139; }
a { background-color: rgb(189,225,57); }
div.DivClassName
{
background-color: #BDE139;
}
.BgClassName
{
background-color: #BDE139;
}
</style>
border-color css
<style>
span { border-color: #BDE139; }
span { border-color: rgb(189,225,57); }
td.TdClassName
{
border-color: #BDE139;
}
.TagClassName
{
border-color: #BDE139;
}
</style>