Shades of Las Palmas #BEDE42
Tints of Las Palmas #BEDE42
RGB
CMYK
RGB Variations
Color information
#BEDE42 (or 0xBEDE42) is known color: Las Palmas. HEX triplet: BE, DE and 42. RGB value is (190,222,66). Sum of RGB (Red+Green+Blue) = 190+222+66=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE42 is #4121BD. Grayscale: #C3C3C3. Windows color (decimal): -4268478 or 4382398. OLE color: 4382398.
HSL color Cylindrical-coordinate representation of color #BEDE42: hue angle of 72.31º degrees, saturation: 0.7, 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 #BEDE42 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 66 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.13 |
| HSL | 72.31º | 0.7% | 0.56% | - |
| HSV(B) | 72.31º | 0.7% | 0.87% | - |
| XYZ | 48.34 | 63.58 | 14.88 | - |
| YUV | 194.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 66 | 0.14 | 0 | 0.70 | 0.13 | 72.31 | 0.7 | 0.56 |
| Hex | BE | DE | 42 | E | 0 | 46 | D | 48 | 46 | 38 |
| Octal | 276 | 336 | 102 | 16 | 0 | 106 | 15 | 110 | 106 | 70 |
| Binary | 10111110 | 11011110 | 1000010 | 1110 | 0 | 1000110 | 1101 | 1001000 | 1000110 | 111000 |
Color Harmonies of #BEDE42
Complementary color
Monochromatic Colors of #BEDE42
Black with #BEDE42
Text Example
Text Example
White with #BEDE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE42; }
p { color: rgb(190,222,66); }
H1.HeaderClassName
{
color: #BEDE42;
}
.AnyTagClassName
{
color: #BEDE42;
}
</style>
background-color css
<style>
a { background-color: #BEDE42; }
a { background-color: rgb(190,222,66); }
div.DivClassName
{
background-color: #BEDE42;
}
.BgClassName
{
background-color: #BEDE42;
}
</style>
border-color css
<style>
span { border-color: #BEDE42; }
span { border-color: rgb(190,222,66); }
td.TdClassName
{
border-color: #BEDE42;
}
.TagClassName
{
border-color: #BEDE42;
}
</style>