Shades of Las Palmas #BDE737
Tints of Las Palmas #BDE737
RGB
CMYK
RGB Variations
Color information
#BDE737 (or 0xBDE737) is known color: Las Palmas. HEX triplet: BD, E7 and 37. RGB value is (189,231,55). Sum of RGB (Red+Green+Blue) = 189+231+55=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE737 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE737 is #4218C8. Grayscale: #C7C7C7. Windows color (decimal): -4331721 or 3663805. OLE color: 3663805.
HSL color Cylindrical-coordinate representation of color #BDE737: hue angle of 74.32º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDE737 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 55 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.09 |
| HSL | 74.32º | 0.79% | 0.56% | - |
| HSV(B) | 74.32º | 0.76% | 0.91% | - |
| XYZ | 50.25 | 68.25 | 14.14 | - |
| YUV | 198.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 55 | 0.18 | 0 | 0.76 | 0.09 | 74.32 | 0.79 | 0.56 |
| Hex | BD | E7 | 37 | 12 | 0 | 4C | 9 | 4A | 4F | 38 |
| Octal | 275 | 347 | 67 | 22 | 0 | 114 | 11 | 112 | 117 | 70 |
| Binary | 10111101 | 11100111 | 110111 | 10010 | 0 | 1001100 | 1001 | 1001010 | 1001111 | 111000 |
Color Harmonies of #BDE737
Complementary color
Monochromatic Colors of #BDE737
Black with #BDE737
Text Example
Text Example
White with #BDE737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE737; }
p { color: rgb(189,231,55); }
H1.HeaderClassName
{
color: #BDE737;
}
.AnyTagClassName
{
color: #BDE737;
}
</style>
background-color css
<style>
a { background-color: #BDE737; }
a { background-color: rgb(189,231,55); }
div.DivClassName
{
background-color: #BDE737;
}
.BgClassName
{
background-color: #BDE737;
}
</style>
border-color css
<style>
span { border-color: #BDE737; }
span { border-color: rgb(189,231,55); }
td.TdClassName
{
border-color: #BDE737;
}
.TagClassName
{
border-color: #BDE737;
}
</style>