Shades of Las Palmas #BEDC44
Tints of Las Palmas #BEDC44
RGB
CMYK
RGB Variations
Color information
#BEDC44 (or 0xBEDC44) is known color: Las Palmas. HEX triplet: BE, DC and 44. RGB value is (190,220,68). Sum of RGB (Red+Green+Blue) = 190+220+68=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC44 is #4123BB. Grayscale: #C2C2C2. Windows color (decimal): -4268988 or 4512958. OLE color: 4512958.
HSL color Cylindrical-coordinate representation of color #BEDC44: hue angle of 71.84º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEDC44 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 68 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.14 |
| HSL | 71.84º | 0.68% | 0.56% | - |
| HSV(B) | 71.84º | 0.69% | 0.86% | - |
| XYZ | 47.87 | 62.55 | 15.02 | - |
| YUV | 193.7 | 57.06 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 68 | 0.14 | 0 | 0.69 | 0.14 | 71.84 | 0.68 | 0.56 |
| Hex | BE | DC | 44 | E | 0 | 45 | E | 48 | 44 | 38 |
| Octal | 276 | 334 | 104 | 16 | 0 | 105 | 16 | 110 | 104 | 70 |
| Binary | 10111110 | 11011100 | 1000100 | 1110 | 0 | 1000101 | 1110 | 1001000 | 1000100 | 111000 |
Color Harmonies of #BEDC44
Complementary color
Monochromatic Colors of #BEDC44
Black with #BEDC44
Text Example
Text Example
White with #BEDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC44; }
p { color: rgb(190,220,68); }
H1.HeaderClassName
{
color: #BEDC44;
}
.AnyTagClassName
{
color: #BEDC44;
}
</style>
background-color css
<style>
a { background-color: #BEDC44; }
a { background-color: rgb(190,220,68); }
div.DivClassName
{
background-color: #BEDC44;
}
.BgClassName
{
background-color: #BEDC44;
}
</style>
border-color css
<style>
span { border-color: #BEDC44; }
span { border-color: rgb(190,220,68); }
td.TdClassName
{
border-color: #BEDC44;
}
.TagClassName
{
border-color: #BEDC44;
}
</style>