Shades of Las Palmas #BEDC3C
Tints of Las Palmas #BEDC3C
RGB
CMYK
RGB Variations
Color information
#BEDC3C (or 0xBEDC3C) is known color: Las Palmas. HEX triplet: BE, DC and 3C. RGB value is (190,220,60). Sum of RGB (Red+Green+Blue) = 190+220+60=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC3C is #4123C3. Grayscale: #C1C1C1. Windows color (decimal): -4268996 or 3988670. OLE color: 3988670.
HSL color Cylindrical-coordinate representation of color #BEDC3C: hue angle of 71.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEDC3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 60 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.14 |
| HSL | 71.25º | 0.7% | 0.55% | - |
| HSV(B) | 71.25º | 0.73% | 0.86% | - |
| XYZ | 47.64 | 62.46 | 13.82 | - |
| YUV | 192.79 | 53.06 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 60 | 0.14 | 0 | 0.73 | 0.14 | 71.25 | 0.7 | 0.55 |
| Hex | BE | DC | 3C | E | 0 | 49 | E | 47 | 46 | 37 |
| Octal | 276 | 334 | 74 | 16 | 0 | 111 | 16 | 107 | 106 | 67 |
| Binary | 10111110 | 11011100 | 111100 | 1110 | 0 | 1001001 | 1110 | 1000111 | 1000110 | 110111 |
Color Harmonies of #BEDC3C
Complementary color
Monochromatic Colors of #BEDC3C
Black with #BEDC3C
Text Example
Text Example
White with #BEDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC3C; }
p { color: rgb(190,220,60); }
H1.HeaderClassName
{
color: #BEDC3C;
}
.AnyTagClassName
{
color: #BEDC3C;
}
</style>
background-color css
<style>
a { background-color: #BEDC3C; }
a { background-color: rgb(190,220,60); }
div.DivClassName
{
background-color: #BEDC3C;
}
.BgClassName
{
background-color: #BEDC3C;
}
</style>
border-color css
<style>
span { border-color: #BEDC3C; }
span { border-color: rgb(190,220,60); }
td.TdClassName
{
border-color: #BEDC3C;
}
.TagClassName
{
border-color: #BEDC3C;
}
</style>