Shades of Las Palmas #BEDB40
Tints of Las Palmas #BEDB40
RGB
CMYK
RGB Variations
Color information
#BEDB40 (or 0xBEDB40) is known color: Las Palmas. HEX triplet: BE, DB and 40. RGB value is (190,219,64). Sum of RGB (Red+Green+Blue) = 190+219+64=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB40 is #4124BF. Grayscale: #C1C1C1. Windows color (decimal): -4269248 or 4250558. OLE color: 4250558.
HSL color Cylindrical-coordinate representation of color #BEDB40: hue angle of 71.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEDB40 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 64 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.14 |
| HSL | 71.23º | 0.68% | 0.55% | - |
| HSV(B) | 71.23º | 0.71% | 0.86% | - |
| XYZ | 47.49 | 61.98 | 14.31 | - |
| YUV | 192.66 | 55.39 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 64 | 0.13 | 0 | 0.71 | 0.14 | 71.23 | 0.68 | 0.55 |
| Hex | BE | DB | 40 | D | 0 | 47 | E | 47 | 44 | 37 |
| Octal | 276 | 333 | 100 | 15 | 0 | 107 | 16 | 107 | 104 | 67 |
| Binary | 10111110 | 11011011 | 1000000 | 1101 | 0 | 1000111 | 1110 | 1000111 | 1000100 | 110111 |
Color Harmonies of #BEDB40
Complementary color
Monochromatic Colors of #BEDB40
Black with #BEDB40
Text Example
Text Example
White with #BEDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB40; }
p { color: rgb(190,219,64); }
H1.HeaderClassName
{
color: #BEDB40;
}
.AnyTagClassName
{
color: #BEDB40;
}
</style>
background-color css
<style>
a { background-color: #BEDB40; }
a { background-color: rgb(190,219,64); }
div.DivClassName
{
background-color: #BEDB40;
}
.BgClassName
{
background-color: #BEDB40;
}
</style>
border-color css
<style>
span { border-color: #BEDB40; }
span { border-color: rgb(190,219,64); }
td.TdClassName
{
border-color: #BEDB40;
}
.TagClassName
{
border-color: #BEDB40;
}
</style>