Shades of Las Palmas #BEDD43
Tints of Las Palmas #BEDD43
RGB
CMYK
RGB Variations
Color information
#BEDD43 (or 0xBEDD43) is known color: Las Palmas. HEX triplet: BE, DD and 43. RGB value is (190,221,67). Sum of RGB (Red+Green+Blue) = 190+221+67=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD43 is #4122BC. Grayscale: #C2C2C2. Windows color (decimal): -4268733 or 4447678. OLE color: 4447678.
HSL color Cylindrical-coordinate representation of color #BEDD43: hue angle of 72.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEDD43 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 67 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.13 |
| HSL | 72.08º | 0.69% | 0.56% | - |
| HSV(B) | 72.08º | 0.7% | 0.87% | - |
| XYZ | 48.1 | 63.07 | 14.95 | - |
| YUV | 194.18 | 56.23 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 67 | 0.14 | 0 | 0.70 | 0.13 | 72.08 | 0.69 | 0.56 |
| Hex | BE | DD | 43 | E | 0 | 46 | D | 48 | 45 | 38 |
| Octal | 276 | 335 | 103 | 16 | 0 | 106 | 15 | 110 | 105 | 70 |
| Binary | 10111110 | 11011101 | 1000011 | 1110 | 0 | 1000110 | 1101 | 1001000 | 1000101 | 111000 |
Color Harmonies of #BEDD43
Complementary color
Monochromatic Colors of #BEDD43
Black with #BEDD43
Text Example
Text Example
White with #BEDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD43; }
p { color: rgb(190,221,67); }
H1.HeaderClassName
{
color: #BEDD43;
}
.AnyTagClassName
{
color: #BEDD43;
}
</style>
background-color css
<style>
a { background-color: #BEDD43; }
a { background-color: rgb(190,221,67); }
div.DivClassName
{
background-color: #BEDD43;
}
.BgClassName
{
background-color: #BEDD43;
}
</style>
border-color css
<style>
span { border-color: #BEDD43; }
span { border-color: rgb(190,221,67); }
td.TdClassName
{
border-color: #BEDD43;
}
.TagClassName
{
border-color: #BEDD43;
}
</style>