Shades of Las Palmas #BADD3F
Tints of Las Palmas #BADD3F
RGB
CMYK
RGB Variations
Color information
#BADD3F (or 0xBADD3F) is known color: Las Palmas. HEX triplet: BA, DD and 3F. RGB value is (186,221,63). Sum of RGB (Red+Green+Blue) = 186+221+63=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD3F is #4522C0. Grayscale: #C1C1C1. Windows color (decimal): -4530881 or 4185530. OLE color: 4185530.
HSL color Cylindrical-coordinate representation of color #BADD3F: hue angle of 73.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BADD3F is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 63 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.13 |
| HSL | 73.29º | 0.7% | 0.56% | - |
| HSV(B) | 73.29º | 0.71% | 0.87% | - |
| XYZ | 47 | 62.51 | 14.29 | - |
| YUV | 192.52 | 54.9 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 63 | 0.16 | 0 | 0.71 | 0.13 | 73.29 | 0.7 | 0.56 |
| Hex | BA | DD | 3F | 10 | 0 | 47 | D | 49 | 46 | 38 |
| Octal | 272 | 335 | 77 | 20 | 0 | 107 | 15 | 111 | 106 | 70 |
| Binary | 10111010 | 11011101 | 111111 | 10000 | 0 | 1000111 | 1101 | 1001001 | 1000110 | 111000 |
Color Harmonies of #BADD3F
Complementary color
Monochromatic Colors of #BADD3F
Black with #BADD3F
Text Example
Text Example
White with #BADD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD3F; }
p { color: rgb(186,221,63); }
H1.HeaderClassName
{
color: #BADD3F;
}
.AnyTagClassName
{
color: #BADD3F;
}
</style>
background-color css
<style>
a { background-color: #BADD3F; }
a { background-color: rgb(186,221,63); }
div.DivClassName
{
background-color: #BADD3F;
}
.BgClassName
{
background-color: #BADD3F;
}
</style>
border-color css
<style>
span { border-color: #BADD3F; }
span { border-color: rgb(186,221,63); }
td.TdClassName
{
border-color: #BADD3F;
}
.TagClassName
{
border-color: #BADD3F;
}
</style>