Shades of Las Palmas #BDE232
Tints of Las Palmas #BDE232
RGB
CMYK
RGB Variations
Color information
#BDE232 (or 0xBDE232) is known color: Las Palmas. HEX triplet: BD, E2 and 32. RGB value is (189,226,50). Sum of RGB (Red+Green+Blue) = 189+226+50=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE232 is #421DCD. Grayscale: #C3C3C3. Windows color (decimal): -4333006 or 3334845. OLE color: 3334845.
HSL color Cylindrical-coordinate representation of color #BDE232: hue angle of 72.61º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDE232 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 50 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.11 |
| HSL | 72.61º | 0.75% | 0.54% | - |
| HSV(B) | 72.61º | 0.78% | 0.89% | - |
| XYZ | 48.76 | 65.44 | 13.08 | - |
| YUV | 194.87 | 46.24 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 50 | 0.16 | 0 | 0.78 | 0.11 | 72.61 | 0.75 | 0.54 |
| Hex | BD | E2 | 32 | 10 | 0 | 4E | B | 49 | 4B | 36 |
| Octal | 275 | 342 | 62 | 20 | 0 | 116 | 13 | 111 | 113 | 66 |
| Binary | 10111101 | 11100010 | 110010 | 10000 | 0 | 1001110 | 1011 | 1001001 | 1001011 | 110110 |
Color Harmonies of #BDE232
Complementary color
Monochromatic Colors of #BDE232
Black with #BDE232
Text Example
Text Example
White with #BDE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE232; }
p { color: rgb(189,226,50); }
H1.HeaderClassName
{
color: #BDE232;
}
.AnyTagClassName
{
color: #BDE232;
}
</style>
background-color css
<style>
a { background-color: #BDE232; }
a { background-color: rgb(189,226,50); }
div.DivClassName
{
background-color: #BDE232;
}
.BgClassName
{
background-color: #BDE232;
}
</style>
border-color css
<style>
span { border-color: #BDE232; }
span { border-color: rgb(189,226,50); }
td.TdClassName
{
border-color: #BDE232;
}
.TagClassName
{
border-color: #BDE232;
}
</style>