Shades of Las Palmas #BEDD46
Tints of Las Palmas #BEDD46
RGB
CMYK
RGB Variations
Color information
#BEDD46 (or 0xBEDD46) is known color: Las Palmas. HEX triplet: BE, DD and 46. RGB value is (190,221,70). Sum of RGB (Red+Green+Blue) = 190+221+70=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD46 is #4122B9. Grayscale: #C3C3C3. Windows color (decimal): -4268730 or 4644286. OLE color: 4644286.
HSL color Cylindrical-coordinate representation of color #BEDD46: hue angle of 72.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEDD46 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 70 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.13 |
| HSL | 72.32º | 0.69% | 0.57% | - |
| HSV(B) | 72.32º | 0.68% | 0.87% | - |
| XYZ | 48.2 | 63.1 | 15.43 | - |
| YUV | 194.52 | 57.73 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 70 | 0.14 | 0 | 0.68 | 0.13 | 72.32 | 0.69 | 0.57 |
| Hex | BE | DD | 46 | E | 0 | 44 | D | 48 | 45 | 39 |
| Octal | 276 | 335 | 106 | 16 | 0 | 104 | 15 | 110 | 105 | 71 |
| Binary | 10111110 | 11011101 | 1000110 | 1110 | 0 | 1000100 | 1101 | 1001000 | 1000101 | 111001 |
Color Harmonies of #BEDD46
Complementary color
Monochromatic Colors of #BEDD46
Black with #BEDD46
Text Example
Text Example
White with #BEDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD46; }
p { color: rgb(190,221,70); }
H1.HeaderClassName
{
color: #BEDD46;
}
.AnyTagClassName
{
color: #BEDD46;
}
</style>
background-color css
<style>
a { background-color: #BEDD46; }
a { background-color: rgb(190,221,70); }
div.DivClassName
{
background-color: #BEDD46;
}
.BgClassName
{
background-color: #BEDD46;
}
</style>
border-color css
<style>
span { border-color: #BEDD46; }
span { border-color: rgb(190,221,70); }
td.TdClassName
{
border-color: #BEDD46;
}
.TagClassName
{
border-color: #BEDD46;
}
</style>