Shades of Las Palmas #BED63A
Tints of Las Palmas #BED63A
RGB
CMYK
RGB Variations
Color information
#BED63A (or 0xBED63A) is known color: Las Palmas. HEX triplet: BE, D6 and 3A. RGB value is (190,214,58). Sum of RGB (Red+Green+Blue) = 190+214+58=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #BED63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED63A is #4129C5. Grayscale: #BDBDBD. Windows color (decimal): -4270534 or 3856062. OLE color: 3856062.
HSL color Cylindrical-coordinate representation of color #BED63A: hue angle of 69.23º degrees, saturation: 0.66, 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 #BED63A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 58 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.16 |
| HSL | 69.23º | 0.66% | 0.53% | - |
| HSV(B) | 69.23º | 0.73% | 0.84% | - |
| XYZ | 46.05 | 59.35 | 13.03 | - |
| YUV | 189.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 58 | 0.11 | 0 | 0.73 | 0.16 | 69.23 | 0.66 | 0.53 |
| Hex | BE | D6 | 3A | B | 0 | 49 | 10 | 45 | 42 | 35 |
| Octal | 276 | 326 | 72 | 13 | 0 | 111 | 20 | 105 | 102 | 65 |
| Binary | 10111110 | 11010110 | 111010 | 1011 | 0 | 1001001 | 10000 | 1000101 | 1000010 | 110101 |
Color Harmonies of #BED63A
Complementary color
Monochromatic Colors of #BED63A
Black with #BED63A
Text Example
Text Example
White with #BED63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED63A; }
p { color: rgb(190,214,58); }
H1.HeaderClassName
{
color: #BED63A;
}
.AnyTagClassName
{
color: #BED63A;
}
</style>
background-color css
<style>
a { background-color: #BED63A; }
a { background-color: rgb(190,214,58); }
div.DivClassName
{
background-color: #BED63A;
}
.BgClassName
{
background-color: #BED63A;
}
</style>
border-color css
<style>
span { border-color: #BED63A; }
span { border-color: rgb(190,214,58); }
td.TdClassName
{
border-color: #BED63A;
}
.TagClassName
{
border-color: #BED63A;
}
</style>