Shades of Las Palmas #BEDD33
Tints of Las Palmas #BEDD33
RGB
CMYK
RGB Variations
Color information
#BEDD33 (or 0xBEDD33) is known color: Las Palmas. HEX triplet: BE, DD and 33. RGB value is (190,221,51). Sum of RGB (Red+Green+Blue) = 190+221+51=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD33 is #4122CC. Grayscale: #C1C1C1. Windows color (decimal): -4268749 or 3399102. OLE color: 3399102.
HSL color Cylindrical-coordinate representation of color #BEDD33: hue angle of 70.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEDD33 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 51 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.13 |
| HSL | 70.94º | 0.71% | 0.53% | - |
| HSV(B) | 70.94º | 0.77% | 0.87% | - |
| XYZ | 47.69 | 62.9 | 12.76 | - |
| YUV | 192.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 51 | 0.14 | 0 | 0.77 | 0.13 | 70.94 | 0.71 | 0.53 |
| Hex | BE | DD | 33 | E | 0 | 4D | D | 47 | 47 | 35 |
| Octal | 276 | 335 | 63 | 16 | 0 | 115 | 15 | 107 | 107 | 65 |
| Binary | 10111110 | 11011101 | 110011 | 1110 | 0 | 1001101 | 1101 | 1000111 | 1000111 | 110101 |
Color Harmonies of #BEDD33
Complementary color
Monochromatic Colors of #BEDD33
Black with #BEDD33
Text Example
Text Example
White with #BEDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD33; }
p { color: rgb(190,221,51); }
H1.HeaderClassName
{
color: #BEDD33;
}
.AnyTagClassName
{
color: #BEDD33;
}
</style>
background-color css
<style>
a { background-color: #BEDD33; }
a { background-color: rgb(190,221,51); }
div.DivClassName
{
background-color: #BEDD33;
}
.BgClassName
{
background-color: #BEDD33;
}
</style>
border-color css
<style>
span { border-color: #BEDD33; }
span { border-color: rgb(190,221,51); }
td.TdClassName
{
border-color: #BEDD33;
}
.TagClassName
{
border-color: #BEDD33;
}
</style>