Shades of Las Palmas #BEDD34
Tints of Las Palmas #BEDD34
RGB
CMYK
RGB Variations
Color information
#BEDD34 (or 0xBEDD34) is known color: Las Palmas. HEX triplet: BE, DD and 34. RGB value is (190,221,52). Sum of RGB (Red+Green+Blue) = 190+221+52=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD34 is #4122CB. Grayscale: #C1C1C1. Windows color (decimal): -4268748 or 3464638. OLE color: 3464638.
HSL color Cylindrical-coordinate representation of color #BEDD34: hue angle of 71.01º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEDD34 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 52 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.13 |
| HSL | 71.01º | 0.71% | 0.54% | - |
| HSV(B) | 71.01º | 0.76% | 0.87% | - |
| XYZ | 47.71 | 62.91 | 12.88 | - |
| YUV | 192.47 | 48.73 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 52 | 0.14 | 0 | 0.76 | 0.13 | 71.01 | 0.71 | 0.54 |
| Hex | BE | DD | 34 | E | 0 | 4C | D | 47 | 47 | 36 |
| Octal | 276 | 335 | 64 | 16 | 0 | 114 | 15 | 107 | 107 | 66 |
| Binary | 10111110 | 11011101 | 110100 | 1110 | 0 | 1001100 | 1101 | 1000111 | 1000111 | 110110 |
Color Harmonies of #BEDD34
Complementary color
Monochromatic Colors of #BEDD34
Black with #BEDD34
Text Example
Text Example
White with #BEDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD34; }
p { color: rgb(190,221,52); }
H1.HeaderClassName
{
color: #BEDD34;
}
.AnyTagClassName
{
color: #BEDD34;
}
</style>
background-color css
<style>
a { background-color: #BEDD34; }
a { background-color: rgb(190,221,52); }
div.DivClassName
{
background-color: #BEDD34;
}
.BgClassName
{
background-color: #BEDD34;
}
</style>
border-color css
<style>
span { border-color: #BEDD34; }
span { border-color: rgb(190,221,52); }
td.TdClassName
{
border-color: #BEDD34;
}
.TagClassName
{
border-color: #BEDD34;
}
</style>