Shades of Las Palmas #BADD3A
Tints of Las Palmas #BADD3A
RGB
CMYK
RGB Variations
Color information
#BADD3A (or 0xBADD3A) is known color: Las Palmas. HEX triplet: BA, DD and 3A. RGB value is (186,221,58). Sum of RGB (Red+Green+Blue) = 186+221+58=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD3A is #4522C5. Grayscale: #C0C0C0. Windows color (decimal): -4530886 or 3857850. OLE color: 3857850.
HSL color Cylindrical-coordinate representation of color #BADD3A: hue angle of 72.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BADD3A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 58 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.13 |
| HSL | 72.88º | 0.71% | 0.55% | - |
| HSV(B) | 72.88º | 0.74% | 0.87% | - |
| XYZ | 46.87 | 62.46 | 13.59 | - |
| YUV | 191.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 58 | 0.16 | 0 | 0.74 | 0.13 | 72.88 | 0.71 | 0.55 |
| Hex | BA | DD | 3A | 10 | 0 | 4A | D | 49 | 47 | 37 |
| Octal | 272 | 335 | 72 | 20 | 0 | 112 | 15 | 111 | 107 | 67 |
| Binary | 10111010 | 11011101 | 111010 | 10000 | 0 | 1001010 | 1101 | 1001001 | 1000111 | 110111 |
Color Harmonies of #BADD3A
Complementary color
Monochromatic Colors of #BADD3A
Black with #BADD3A
Text Example
Text Example
White with #BADD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD3A; }
p { color: rgb(186,221,58); }
H1.HeaderClassName
{
color: #BADD3A;
}
.AnyTagClassName
{
color: #BADD3A;
}
</style>
background-color css
<style>
a { background-color: #BADD3A; }
a { background-color: rgb(186,221,58); }
div.DivClassName
{
background-color: #BADD3A;
}
.BgClassName
{
background-color: #BADD3A;
}
</style>
border-color css
<style>
span { border-color: #BADD3A; }
span { border-color: rgb(186,221,58); }
td.TdClassName
{
border-color: #BADD3A;
}
.TagClassName
{
border-color: #BADD3A;
}
</style>