Shades of Las Palmas #BDE237
Tints of Las Palmas #BDE237
RGB
CMYK
RGB Variations
Color information
#BDE237 (or 0xBDE237) is known color: Las Palmas. HEX triplet: BD, E2 and 37. RGB value is (189,226,55). Sum of RGB (Red+Green+Blue) = 189+226+55=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE237 is #421DC8. Grayscale: #C4C4C4. Windows color (decimal): -4333001 or 3662525. OLE color: 3662525.
HSL color Cylindrical-coordinate representation of color #BDE237: hue angle of 72.98º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDE237 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 55 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.11 |
| HSL | 72.98º | 0.75% | 0.55% | - |
| HSV(B) | 72.98º | 0.76% | 0.89% | - |
| XYZ | 48.87 | 65.49 | 13.68 | - |
| YUV | 195.44 | 48.74 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 55 | 0.16 | 0 | 0.76 | 0.11 | 72.98 | 0.75 | 0.55 |
| Hex | BD | E2 | 37 | 10 | 0 | 4C | B | 49 | 4B | 37 |
| Octal | 275 | 342 | 67 | 20 | 0 | 114 | 13 | 111 | 113 | 67 |
| Binary | 10111101 | 11100010 | 110111 | 10000 | 0 | 1001100 | 1011 | 1001001 | 1001011 | 110111 |
Color Harmonies of #BDE237
Complementary color
Monochromatic Colors of #BDE237
Black with #BDE237
Text Example
Text Example
White with #BDE237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE237; }
p { color: rgb(189,226,55); }
H1.HeaderClassName
{
color: #BDE237;
}
.AnyTagClassName
{
color: #BDE237;
}
</style>
background-color css
<style>
a { background-color: #BDE237; }
a { background-color: rgb(189,226,55); }
div.DivClassName
{
background-color: #BDE237;
}
.BgClassName
{
background-color: #BDE237;
}
</style>
border-color css
<style>
span { border-color: #BDE237; }
span { border-color: rgb(189,226,55); }
td.TdClassName
{
border-color: #BDE237;
}
.TagClassName
{
border-color: #BDE237;
}
</style>