Shades of Las Palmas #BDE239
Tints of Las Palmas #BDE239
RGB
CMYK
RGB Variations
Color information
#BDE239 (or 0xBDE239) is known color: Las Palmas. HEX triplet: BD, E2 and 39. RGB value is (189,226,57). Sum of RGB (Red+Green+Blue) = 189+226+57=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE239 is #421DC6. Grayscale: #C4C4C4. Windows color (decimal): -4332999 or 3793597. OLE color: 3793597.
HSL color Cylindrical-coordinate representation of color #BDE239: hue angle of 73.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE239 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 57 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.11 |
| HSL | 73.14º | 0.74% | 0.55% | - |
| HSV(B) | 73.14º | 0.75% | 0.89% | - |
| XYZ | 48.92 | 65.51 | 13.94 | - |
| YUV | 195.67 | 49.74 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 57 | 0.16 | 0 | 0.75 | 0.11 | 73.14 | 0.74 | 0.55 |
| Hex | BD | E2 | 39 | 10 | 0 | 4B | B | 49 | 4A | 37 |
| Octal | 275 | 342 | 71 | 20 | 0 | 113 | 13 | 111 | 112 | 67 |
| Binary | 10111101 | 11100010 | 111001 | 10000 | 0 | 1001011 | 1011 | 1001001 | 1001010 | 110111 |
Color Harmonies of #BDE239
Complementary color
Monochromatic Colors of #BDE239
Black with #BDE239
Text Example
Text Example
White with #BDE239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE239; }
p { color: rgb(189,226,57); }
H1.HeaderClassName
{
color: #BDE239;
}
.AnyTagClassName
{
color: #BDE239;
}
</style>
background-color css
<style>
a { background-color: #BDE239; }
a { background-color: rgb(189,226,57); }
div.DivClassName
{
background-color: #BDE239;
}
.BgClassName
{
background-color: #BDE239;
}
</style>
border-color css
<style>
span { border-color: #BDE239; }
span { border-color: rgb(189,226,57); }
td.TdClassName
{
border-color: #BDE239;
}
.TagClassName
{
border-color: #BDE239;
}
</style>