Shades of Las Palmas #BDE133
Tints of Las Palmas #BDE133
RGB
CMYK
RGB Variations
Color information
#BDE133 (or 0xBDE133) is known color: Las Palmas. HEX triplet: BD, E1 and 33. RGB value is (189,225,51). Sum of RGB (Red+Green+Blue) = 189+225+51=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE133 is #421ECC. Grayscale: #C3C3C3. Windows color (decimal): -4333261 or 3400125. OLE color: 3400125.
HSL color Cylindrical-coordinate representation of color #BDE133: hue angle of 72.41º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDE133 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 51 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.12 |
| HSL | 72.41º | 0.74% | 0.54% | - |
| HSV(B) | 72.41º | 0.77% | 0.88% | - |
| XYZ | 48.51 | 64.91 | 13.1 | - |
| YUV | 194.4 | 47.07 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 51 | 0.16 | 0 | 0.77 | 0.12 | 72.41 | 0.74 | 0.54 |
| Hex | BD | E1 | 33 | 10 | 0 | 4D | C | 48 | 4A | 36 |
| Octal | 275 | 341 | 63 | 20 | 0 | 115 | 14 | 110 | 112 | 66 |
| Binary | 10111101 | 11100001 | 110011 | 10000 | 0 | 1001101 | 1100 | 1001000 | 1001010 | 110110 |
Color Harmonies of #BDE133
Complementary color
Monochromatic Colors of #BDE133
Black with #BDE133
Text Example
Text Example
White with #BDE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE133; }
p { color: rgb(189,225,51); }
H1.HeaderClassName
{
color: #BDE133;
}
.AnyTagClassName
{
color: #BDE133;
}
</style>
background-color css
<style>
a { background-color: #BDE133; }
a { background-color: rgb(189,225,51); }
div.DivClassName
{
background-color: #BDE133;
}
.BgClassName
{
background-color: #BDE133;
}
</style>
border-color css
<style>
span { border-color: #BDE133; }
span { border-color: rgb(189,225,51); }
td.TdClassName
{
border-color: #BDE133;
}
.TagClassName
{
border-color: #BDE133;
}
</style>