Shades of Las Palmas #BED53A
Tints of Las Palmas #BED53A
RGB
CMYK
RGB Variations
Color information
#BED53A (or 0xBED53A) is known color: Las Palmas. HEX triplet: BE, D5 and 3A. RGB value is (190,213,58). Sum of RGB (Red+Green+Blue) = 190+213+58=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #BED53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED53A is #412AC5. Grayscale: #BDBDBD. Windows color (decimal): -4270790 or 3855806. OLE color: 3855806.
HSL color Cylindrical-coordinate representation of color #BED53A: hue angle of 68.9º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BED53A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 58 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.16 |
| HSL | 68.9º | 0.65% | 0.53% | - |
| HSV(B) | 68.9º | 0.73% | 0.84% | - |
| XYZ | 45.79 | 58.84 | 12.95 | - |
| YUV | 188.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 58 | 0.11 | 0 | 0.73 | 0.16 | 68.9 | 0.65 | 0.53 |
| Hex | BE | D5 | 3A | B | 0 | 49 | 10 | 45 | 41 | 35 |
| Octal | 276 | 325 | 72 | 13 | 0 | 111 | 20 | 105 | 101 | 65 |
| Binary | 10111110 | 11010101 | 111010 | 1011 | 0 | 1001001 | 10000 | 1000101 | 1000001 | 110101 |
Color Harmonies of #BED53A
Complementary color
Monochromatic Colors of #BED53A
Black with #BED53A
Text Example
Text Example
White with #BED53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED53A; }
p { color: rgb(190,213,58); }
H1.HeaderClassName
{
color: #BED53A;
}
.AnyTagClassName
{
color: #BED53A;
}
</style>
background-color css
<style>
a { background-color: #BED53A; }
a { background-color: rgb(190,213,58); }
div.DivClassName
{
background-color: #BED53A;
}
.BgClassName
{
background-color: #BED53A;
}
</style>
border-color css
<style>
span { border-color: #BED53A; }
span { border-color: rgb(190,213,58); }
td.TdClassName
{
border-color: #BED53A;
}
.TagClassName
{
border-color: #BED53A;
}
</style>