Shades of Las Palmas #BADD38
Tints of Las Palmas #BADD38
RGB
CMYK
RGB Variations
Color information
#BADD38 (or 0xBADD38) is known color: Las Palmas. HEX triplet: BA, DD and 38. RGB value is (186,221,56). Sum of RGB (Red+Green+Blue) = 186+221+56=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD38 is #4522C7. Grayscale: #C0C0C0. Windows color (decimal): -4530888 or 3726778. OLE color: 3726778.
HSL color Cylindrical-coordinate representation of color #BADD38: hue angle of 72.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BADD38 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 56 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.13 |
| HSL | 72.73º | 0.71% | 0.54% | - |
| HSV(B) | 72.73º | 0.75% | 0.87% | - |
| XYZ | 46.82 | 62.44 | 13.33 | - |
| YUV | 191.73 | 51.4 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 56 | 0.16 | 0 | 0.75 | 0.13 | 72.73 | 0.71 | 0.54 |
| Hex | BA | DD | 38 | 10 | 0 | 4B | D | 49 | 47 | 36 |
| Octal | 272 | 335 | 70 | 20 | 0 | 113 | 15 | 111 | 107 | 66 |
| Binary | 10111010 | 11011101 | 111000 | 10000 | 0 | 1001011 | 1101 | 1001001 | 1000111 | 110110 |
Color Harmonies of #BADD38
Complementary color
Monochromatic Colors of #BADD38
Black with #BADD38
Text Example
Text Example
White with #BADD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD38; }
p { color: rgb(186,221,56); }
H1.HeaderClassName
{
color: #BADD38;
}
.AnyTagClassName
{
color: #BADD38;
}
</style>
background-color css
<style>
a { background-color: #BADD38; }
a { background-color: rgb(186,221,56); }
div.DivClassName
{
background-color: #BADD38;
}
.BgClassName
{
background-color: #BADD38;
}
</style>
border-color css
<style>
span { border-color: #BADD38; }
span { border-color: rgb(186,221,56); }
td.TdClassName
{
border-color: #BADD38;
}
.TagClassName
{
border-color: #BADD38;
}
</style>