Shades of Las Palmas #BAE43D
Tints of Las Palmas #BAE43D
RGB
CMYK
RGB Variations
Color information
#BAE43D (or 0xBAE43D) is known color: Las Palmas. HEX triplet: BA, E4 and 3D. RGB value is (186,228,61). Sum of RGB (Red+Green+Blue) = 186+228+61=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE43D is #451BC2. Grayscale: #C5C5C5. Windows color (decimal): -4529091 or 4056250. OLE color: 4056250.
HSL color Cylindrical-coordinate representation of color #BAE43D: hue angle of 75.09º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE43D is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 61 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.11 |
| HSL | 75.09º | 0.76% | 0.57% | - |
| HSV(B) | 75.09º | 0.73% | 0.89% | - |
| XYZ | 48.84 | 66.26 | 14.63 | - |
| YUV | 196.4 | 51.59 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 61 | 0.18 | 0 | 0.73 | 0.11 | 75.09 | 0.76 | 0.57 |
| Hex | BA | E4 | 3D | 12 | 0 | 49 | B | 4B | 4C | 39 |
| Octal | 272 | 344 | 75 | 22 | 0 | 111 | 13 | 113 | 114 | 71 |
| Binary | 10111010 | 11100100 | 111101 | 10010 | 0 | 1001001 | 1011 | 1001011 | 1001100 | 111001 |
Color Harmonies of #BAE43D
Complementary color
Monochromatic Colors of #BAE43D
Black with #BAE43D
Text Example
Text Example
White with #BAE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE43D; }
p { color: rgb(186,228,61); }
H1.HeaderClassName
{
color: #BAE43D;
}
.AnyTagClassName
{
color: #BAE43D;
}
</style>
background-color css
<style>
a { background-color: #BAE43D; }
a { background-color: rgb(186,228,61); }
div.DivClassName
{
background-color: #BAE43D;
}
.BgClassName
{
background-color: #BAE43D;
}
</style>
border-color css
<style>
span { border-color: #BAE43D; }
span { border-color: rgb(186,228,61); }
td.TdClassName
{
border-color: #BAE43D;
}
.TagClassName
{
border-color: #BAE43D;
}
</style>