Shades of Las Palmas #BEDD44
Tints of Las Palmas #BEDD44
RGB
CMYK
RGB Variations
Color information
#BEDD44 (or 0xBEDD44) is known color: Las Palmas. HEX triplet: BE, DD and 44. RGB value is (190,221,68). Sum of RGB (Red+Green+Blue) = 190+221+68=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD44 is #4122BB. Grayscale: #C2C2C2. Windows color (decimal): -4268732 or 4513214. OLE color: 4513214.
HSL color Cylindrical-coordinate representation of color #BEDD44: hue angle of 72.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEDD44 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 68 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.13 |
| HSL | 72.16º | 0.69% | 0.57% | - |
| HSV(B) | 72.16º | 0.69% | 0.87% | - |
| XYZ | 48.14 | 63.08 | 15.11 | - |
| YUV | 194.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 68 | 0.14 | 0 | 0.69 | 0.13 | 72.16 | 0.69 | 0.57 |
| Hex | BE | DD | 44 | E | 0 | 45 | D | 48 | 45 | 39 |
| Octal | 276 | 335 | 104 | 16 | 0 | 105 | 15 | 110 | 105 | 71 |
| Binary | 10111110 | 11011101 | 1000100 | 1110 | 0 | 1000101 | 1101 | 1001000 | 1000101 | 111001 |
Color Harmonies of #BEDD44
Complementary color
Monochromatic Colors of #BEDD44
Black with #BEDD44
Text Example
Text Example
White with #BEDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD44; }
p { color: rgb(190,221,68); }
H1.HeaderClassName
{
color: #BEDD44;
}
.AnyTagClassName
{
color: #BEDD44;
}
</style>
background-color css
<style>
a { background-color: #BEDD44; }
a { background-color: rgb(190,221,68); }
div.DivClassName
{
background-color: #BEDD44;
}
.BgClassName
{
background-color: #BEDD44;
}
</style>
border-color css
<style>
span { border-color: #BEDD44; }
span { border-color: rgb(190,221,68); }
td.TdClassName
{
border-color: #BEDD44;
}
.TagClassName
{
border-color: #BEDD44;
}
</style>