Shades of Las Palmas #BADD39
Tints of Las Palmas #BADD39
RGB
CMYK
RGB Variations
Color information
#BADD39 (or 0xBADD39) is known color: Las Palmas. HEX triplet: BA, DD and 39. RGB value is (186,221,57). Sum of RGB (Red+Green+Blue) = 186+221+57=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 57 (22.66% from 255 or 12.28% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD39 is #4522C6. Grayscale: #C0C0C0. Windows color (decimal): -4530887 or 3792314. OLE color: 3792314.
HSL color Cylindrical-coordinate representation of color #BADD39: hue angle of 72.8º 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 #BADD39 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 57 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.13 |
| HSL | 72.8º | 0.71% | 0.55% | - |
| HSV(B) | 72.8º | 0.74% | 0.87% | - |
| XYZ | 46.84 | 62.45 | 13.46 | - |
| YUV | 191.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 57 | 0.16 | 0 | 0.74 | 0.13 | 72.8 | 0.71 | 0.55 |
| Hex | BA | DD | 39 | 10 | 0 | 4A | D | 49 | 47 | 37 |
| Octal | 272 | 335 | 71 | 20 | 0 | 112 | 15 | 111 | 107 | 67 |
| Binary | 10111010 | 11011101 | 111001 | 10000 | 0 | 1001010 | 1101 | 1001001 | 1000111 | 110111 |
Color Harmonies of #BADD39
Complementary color
Monochromatic Colors of #BADD39
Black with #BADD39
Text Example
Text Example
White with #BADD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD39; }
p { color: rgb(186,221,57); }
H1.HeaderClassName
{
color: #BADD39;
}
.AnyTagClassName
{
color: #BADD39;
}
</style>
background-color css
<style>
a { background-color: #BADD39; }
a { background-color: rgb(186,221,57); }
div.DivClassName
{
background-color: #BADD39;
}
.BgClassName
{
background-color: #BADD39;
}
</style>
border-color css
<style>
span { border-color: #BADD39; }
span { border-color: rgb(186,221,57); }
td.TdClassName
{
border-color: #BADD39;
}
.TagClassName
{
border-color: #BADD39;
}
</style>