Shades of Las Palmas #BED43D
Tints of Las Palmas #BED43D
RGB
CMYK
RGB Variations
Color information
#BED43D (or 0xBED43D) is known color: Las Palmas. HEX triplet: BE, D4 and 3D. RGB value is (190,212,61). Sum of RGB (Red+Green+Blue) = 190+212+61=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #BED43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED43D is #412BC2. Grayscale: #BCBCBC. Windows color (decimal): -4271043 or 4052158. OLE color: 4052158.
HSL color Cylindrical-coordinate representation of color #BED43D: hue angle of 68.74º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BED43D is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 61 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.17 |
| HSL | 68.74º | 0.64% | 0.54% | - |
| HSV(B) | 68.74º | 0.71% | 0.83% | - |
| XYZ | 45.62 | 58.37 | 13.28 | - |
| YUV | 188.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 61 | 0.10 | 0 | 0.71 | 0.17 | 68.74 | 0.64 | 0.54 |
| Hex | BE | D4 | 3D | A | 0 | 47 | 11 | 45 | 40 | 36 |
| Octal | 276 | 324 | 75 | 12 | 0 | 107 | 21 | 105 | 100 | 66 |
| Binary | 10111110 | 11010100 | 111101 | 1010 | 0 | 1000111 | 10001 | 1000101 | 1000000 | 110110 |
Color Harmonies of #BED43D
Complementary color
Monochromatic Colors of #BED43D
Black with #BED43D
Text Example
Text Example
White with #BED43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED43D; }
p { color: rgb(190,212,61); }
H1.HeaderClassName
{
color: #BED43D;
}
.AnyTagClassName
{
color: #BED43D;
}
</style>
background-color css
<style>
a { background-color: #BED43D; }
a { background-color: rgb(190,212,61); }
div.DivClassName
{
background-color: #BED43D;
}
.BgClassName
{
background-color: #BED43D;
}
</style>
border-color css
<style>
span { border-color: #BED43D; }
span { border-color: rgb(190,212,61); }
td.TdClassName
{
border-color: #BED43D;
}
.TagClassName
{
border-color: #BED43D;
}
</style>