Shades of Las Palmas #BEDD40
Tints of Las Palmas #BEDD40
RGB
CMYK
RGB Variations
Color information
#BEDD40 (or 0xBEDD40) is known color: Las Palmas. HEX triplet: BE, DD and 40. RGB value is (190,221,64). Sum of RGB (Red+Green+Blue) = 190+221+64=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD40 is #4122BF. Grayscale: #C2C2C2. Windows color (decimal): -4268736 or 4251070. OLE color: 4251070.
HSL color Cylindrical-coordinate representation of color #BEDD40: hue angle of 71.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEDD40 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 64 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.13 |
| HSL | 71.85º | 0.7% | 0.56% | - |
| HSV(B) | 71.85º | 0.71% | 0.87% | - |
| XYZ | 48.02 | 63.03 | 14.49 | - |
| YUV | 193.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 64 | 0.14 | 0 | 0.71 | 0.13 | 71.85 | 0.7 | 0.56 |
| Hex | BE | DD | 40 | E | 0 | 47 | D | 48 | 46 | 38 |
| Octal | 276 | 335 | 100 | 16 | 0 | 107 | 15 | 110 | 106 | 70 |
| Binary | 10111110 | 11011101 | 1000000 | 1110 | 0 | 1000111 | 1101 | 1001000 | 1000110 | 111000 |
Color Harmonies of #BEDD40
Complementary color
Monochromatic Colors of #BEDD40
Black with #BEDD40
Text Example
Text Example
White with #BEDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD40; }
p { color: rgb(190,221,64); }
H1.HeaderClassName
{
color: #BEDD40;
}
.AnyTagClassName
{
color: #BEDD40;
}
</style>
background-color css
<style>
a { background-color: #BEDD40; }
a { background-color: rgb(190,221,64); }
div.DivClassName
{
background-color: #BEDD40;
}
.BgClassName
{
background-color: #BEDD40;
}
</style>
border-color css
<style>
span { border-color: #BEDD40; }
span { border-color: rgb(190,221,64); }
td.TdClassName
{
border-color: #BEDD40;
}
.TagClassName
{
border-color: #BEDD40;
}
</style>