Shades of Las Palmas #BAE63E
Tints of Las Palmas #BAE63E
RGB
CMYK
RGB Variations
Color information
#BAE63E (or 0xBAE63E) is known color: Las Palmas. HEX triplet: BA, E6 and 3E. RGB value is (186,230,62). Sum of RGB (Red+Green+Blue) = 186+230+62=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE63E is #4519C1. Grayscale: #C6C6C6. Windows color (decimal): -4528578 or 4122298. OLE color: 4122298.
HSL color Cylindrical-coordinate representation of color #BAE63E: hue angle of 75.71º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE63E is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 62 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.10 |
| HSL | 75.71º | 0.77% | 0.57% | - |
| HSV(B) | 75.71º | 0.73% | 0.9% | - |
| XYZ | 49.42 | 67.38 | 14.96 | - |
| YUV | 197.69 | 51.42 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 62 | 0.19 | 0 | 0.73 | 0.10 | 75.71 | 0.77 | 0.57 |
| Hex | BA | E6 | 3E | 13 | 0 | 49 | A | 4C | 4D | 39 |
| Octal | 272 | 346 | 76 | 23 | 0 | 111 | 12 | 114 | 115 | 71 |
| Binary | 10111010 | 11100110 | 111110 | 10011 | 0 | 1001001 | 1010 | 1001100 | 1001101 | 111001 |
Color Harmonies of #BAE63E
Complementary color
Monochromatic Colors of #BAE63E
Black with #BAE63E
Text Example
Text Example
White with #BAE63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE63E; }
p { color: rgb(186,230,62); }
H1.HeaderClassName
{
color: #BAE63E;
}
.AnyTagClassName
{
color: #BAE63E;
}
</style>
background-color css
<style>
a { background-color: #BAE63E; }
a { background-color: rgb(186,230,62); }
div.DivClassName
{
background-color: #BAE63E;
}
.BgClassName
{
background-color: #BAE63E;
}
</style>
border-color css
<style>
span { border-color: #BAE63E; }
span { border-color: rgb(186,230,62); }
td.TdClassName
{
border-color: #BAE63E;
}
.TagClassName
{
border-color: #BAE63E;
}
</style>