Shades of Las Palmas #BDE135
Tints of Las Palmas #BDE135
RGB
CMYK
RGB Variations
Color information
#BDE135 (or 0xBDE135) is known color: Las Palmas. HEX triplet: BD, E1 and 35. RGB value is (189,225,53). Sum of RGB (Red+Green+Blue) = 189+225+53=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE135 is #421ECA. Grayscale: #C3C3C3. Windows color (decimal): -4333259 or 3531197. OLE color: 3531197.
HSL color Cylindrical-coordinate representation of color #BDE135: hue angle of 72.56º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDE135 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 53 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.12 |
| HSL | 72.56º | 0.74% | 0.55% | - |
| HSV(B) | 72.56º | 0.76% | 0.88% | - |
| XYZ | 48.55 | 64.93 | 13.34 | - |
| YUV | 194.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 53 | 0.16 | 0 | 0.76 | 0.12 | 72.56 | 0.74 | 0.55 |
| Hex | BD | E1 | 35 | 10 | 0 | 4C | C | 49 | 4A | 37 |
| Octal | 275 | 341 | 65 | 20 | 0 | 114 | 14 | 111 | 112 | 67 |
| Binary | 10111101 | 11100001 | 110101 | 10000 | 0 | 1001100 | 1100 | 1001001 | 1001010 | 110111 |
Color Harmonies of #BDE135
Complementary color
Monochromatic Colors of #BDE135
Black with #BDE135
Text Example
Text Example
White with #BDE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE135; }
p { color: rgb(189,225,53); }
H1.HeaderClassName
{
color: #BDE135;
}
.AnyTagClassName
{
color: #BDE135;
}
</style>
background-color css
<style>
a { background-color: #BDE135; }
a { background-color: rgb(189,225,53); }
div.DivClassName
{
background-color: #BDE135;
}
.BgClassName
{
background-color: #BDE135;
}
</style>
border-color css
<style>
span { border-color: #BDE135; }
span { border-color: rgb(189,225,53); }
td.TdClassName
{
border-color: #BDE135;
}
.TagClassName
{
border-color: #BDE135;
}
</style>