Shades of Las Palmas #BEDA40
Tints of Las Palmas #BEDA40
RGB
CMYK
RGB Variations
Color information
#BEDA40 (or 0xBEDA40) is known color: Las Palmas. HEX triplet: BE, DA and 40. RGB value is (190,218,64). Sum of RGB (Red+Green+Blue) = 190+218+64=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA40 is #4125BF. Grayscale: #C0C0C0. Windows color (decimal): -4269504 or 4250302. OLE color: 4250302.
HSL color Cylindrical-coordinate representation of color #BEDA40: hue angle of 70.91º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEDA40 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 64 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.15 |
| HSL | 70.91º | 0.68% | 0.55% | - |
| HSV(B) | 70.91º | 0.71% | 0.85% | - |
| XYZ | 47.23 | 61.46 | 14.22 | - |
| YUV | 192.07 | 55.72 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 64 | 0.13 | 0 | 0.71 | 0.15 | 70.91 | 0.68 | 0.55 |
| Hex | BE | DA | 40 | D | 0 | 47 | F | 47 | 44 | 37 |
| Octal | 276 | 332 | 100 | 15 | 0 | 107 | 17 | 107 | 104 | 67 |
| Binary | 10111110 | 11011010 | 1000000 | 1101 | 0 | 1000111 | 1111 | 1000111 | 1000100 | 110111 |
Color Harmonies of #BEDA40
Complementary color
Monochromatic Colors of #BEDA40
Black with #BEDA40
Text Example
Text Example
White with #BEDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA40; }
p { color: rgb(190,218,64); }
H1.HeaderClassName
{
color: #BEDA40;
}
.AnyTagClassName
{
color: #BEDA40;
}
</style>
background-color css
<style>
a { background-color: #BEDA40; }
a { background-color: rgb(190,218,64); }
div.DivClassName
{
background-color: #BEDA40;
}
.BgClassName
{
background-color: #BEDA40;
}
</style>
border-color css
<style>
span { border-color: #BEDA40; }
span { border-color: rgb(190,218,64); }
td.TdClassName
{
border-color: #BEDA40;
}
.TagClassName
{
border-color: #BEDA40;
}
</style>