Shades of Las Palmas #BEDD3C
Tints of Las Palmas #BEDD3C
RGB
CMYK
RGB Variations
Color information
#BEDD3C (or 0xBEDD3C) is known color: Las Palmas. HEX triplet: BE, DD and 3C. RGB value is (190,221,60). Sum of RGB (Red+Green+Blue) = 190+221+60=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD3C is #4122C3. Grayscale: #C1C1C1. Windows color (decimal): -4268740 or 3988926. OLE color: 3988926.
HSL color Cylindrical-coordinate representation of color #BEDD3C: hue angle of 71.55º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEDD3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 60 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.13 |
| HSL | 71.55º | 0.7% | 0.55% | - |
| HSV(B) | 71.55º | 0.73% | 0.87% | - |
| XYZ | 47.91 | 62.99 | 13.91 | - |
| YUV | 193.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 60 | 0.14 | 0 | 0.73 | 0.13 | 71.55 | 0.7 | 0.55 |
| Hex | BE | DD | 3C | E | 0 | 49 | D | 48 | 46 | 37 |
| Octal | 276 | 335 | 74 | 16 | 0 | 111 | 15 | 110 | 106 | 67 |
| Binary | 10111110 | 11011101 | 111100 | 1110 | 0 | 1001001 | 1101 | 1001000 | 1000110 | 110111 |
Color Harmonies of #BEDD3C
Complementary color
Monochromatic Colors of #BEDD3C
Black with #BEDD3C
Text Example
Text Example
White with #BEDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD3C; }
p { color: rgb(190,221,60); }
H1.HeaderClassName
{
color: #BEDD3C;
}
.AnyTagClassName
{
color: #BEDD3C;
}
</style>
background-color css
<style>
a { background-color: #BEDD3C; }
a { background-color: rgb(190,221,60); }
div.DivClassName
{
background-color: #BEDD3C;
}
.BgClassName
{
background-color: #BEDD3C;
}
</style>
border-color css
<style>
span { border-color: #BEDD3C; }
span { border-color: rgb(190,221,60); }
td.TdClassName
{
border-color: #BEDD3C;
}
.TagClassName
{
border-color: #BEDD3C;
}
</style>