Shades of Las Palmas #BEDD37
Tints of Las Palmas #BEDD37
RGB
CMYK
RGB Variations
Color information
#BEDD37 (or 0xBEDD37) is known color: Las Palmas. HEX triplet: BE, DD and 37. RGB value is (190,221,55). Sum of RGB (Red+Green+Blue) = 190+221+55=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD37 is #4122C8. Grayscale: #C1C1C1. Windows color (decimal): -4268745 or 3661246. OLE color: 3661246.
HSL color Cylindrical-coordinate representation of color #BEDD37: hue angle of 71.2º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEDD37 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 55 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.13 |
| HSL | 71.2º | 0.71% | 0.54% | - |
| HSV(B) | 71.2º | 0.75% | 0.87% | - |
| XYZ | 47.78 | 62.94 | 13.24 | - |
| YUV | 192.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 55 | 0.14 | 0 | 0.75 | 0.13 | 71.2 | 0.71 | 0.54 |
| Hex | BE | DD | 37 | E | 0 | 4B | D | 47 | 47 | 36 |
| Octal | 276 | 335 | 67 | 16 | 0 | 113 | 15 | 107 | 107 | 66 |
| Binary | 10111110 | 11011101 | 110111 | 1110 | 0 | 1001011 | 1101 | 1000111 | 1000111 | 110110 |
Color Harmonies of #BEDD37
Complementary color
Monochromatic Colors of #BEDD37
Black with #BEDD37
Text Example
Text Example
White with #BEDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD37; }
p { color: rgb(190,221,55); }
H1.HeaderClassName
{
color: #BEDD37;
}
.AnyTagClassName
{
color: #BEDD37;
}
</style>
background-color css
<style>
a { background-color: #BEDD37; }
a { background-color: rgb(190,221,55); }
div.DivClassName
{
background-color: #BEDD37;
}
.BgClassName
{
background-color: #BEDD37;
}
</style>
border-color css
<style>
span { border-color: #BEDD37; }
span { border-color: rgb(190,221,55); }
td.TdClassName
{
border-color: #BEDD37;
}
.TagClassName
{
border-color: #BEDD37;
}
</style>