Shades of Las Palmas #BADE40
Tints of Las Palmas #BADE40
RGB
CMYK
RGB Variations
Color information
#BADE40 (or 0xBADE40) is known color: Las Palmas. HEX triplet: BA, DE and 40. RGB value is (186,222,64). Sum of RGB (Red+Green+Blue) = 186+222+64=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE40 is #4521BF. Grayscale: #C1C1C1. Windows color (decimal): -4530624 or 4251322. OLE color: 4251322.
HSL color Cylindrical-coordinate representation of color #BADE40: hue angle of 73.67º degrees, saturation: 0.71, 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 #BADE40 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 64 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.13 |
| HSL | 73.67º | 0.71% | 0.56% | - |
| HSV(B) | 73.67º | 0.71% | 0.87% | - |
| XYZ | 47.3 | 63.05 | 14.53 | - |
| YUV | 193.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 64 | 0.16 | 0 | 0.71 | 0.13 | 73.67 | 0.71 | 0.56 |
| Hex | BA | DE | 40 | 10 | 0 | 47 | D | 4A | 47 | 38 |
| Octal | 272 | 336 | 100 | 20 | 0 | 107 | 15 | 112 | 107 | 70 |
| Binary | 10111010 | 11011110 | 1000000 | 10000 | 0 | 1000111 | 1101 | 1001010 | 1000111 | 111000 |
Color Harmonies of #BADE40
Complementary color
Monochromatic Colors of #BADE40
Black with #BADE40
Text Example
Text Example
White with #BADE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE40; }
p { color: rgb(186,222,64); }
H1.HeaderClassName
{
color: #BADE40;
}
.AnyTagClassName
{
color: #BADE40;
}
</style>
background-color css
<style>
a { background-color: #BADE40; }
a { background-color: rgb(186,222,64); }
div.DivClassName
{
background-color: #BADE40;
}
.BgClassName
{
background-color: #BADE40;
}
</style>
border-color css
<style>
span { border-color: #BADE40; }
span { border-color: rgb(186,222,64); }
td.TdClassName
{
border-color: #BADE40;
}
.TagClassName
{
border-color: #BADE40;
}
</style>