Shades of Las Palmas #BADE39
Tints of Las Palmas #BADE39
RGB
CMYK
RGB Variations
Color information
#BADE39 (or 0xBADE39) is known color: Las Palmas. HEX triplet: BA, DE and 39. RGB value is (186,222,57). Sum of RGB (Red+Green+Blue) = 186+222+57=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 57 (22.66% from 255 or 12.26% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE39 is #4521C6. Grayscale: #C1C1C1. Windows color (decimal): -4530631 or 3792570. OLE color: 3792570.
HSL color Cylindrical-coordinate representation of color #BADE39: hue angle of 73.09º 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 #BADE39 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 57 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.13 |
| HSL | 73.09º | 0.71% | 0.55% | - |
| HSV(B) | 73.09º | 0.74% | 0.87% | - |
| XYZ | 47.11 | 62.98 | 13.54 | - |
| YUV | 192.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 57 | 0.16 | 0 | 0.74 | 0.13 | 73.09 | 0.71 | 0.55 |
| Hex | BA | DE | 39 | 10 | 0 | 4A | D | 49 | 47 | 37 |
| Octal | 272 | 336 | 71 | 20 | 0 | 112 | 15 | 111 | 107 | 67 |
| Binary | 10111010 | 11011110 | 111001 | 10000 | 0 | 1001010 | 1101 | 1001001 | 1000111 | 110111 |
Color Harmonies of #BADE39
Complementary color
Monochromatic Colors of #BADE39
Black with #BADE39
Text Example
Text Example
White with #BADE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE39; }
p { color: rgb(186,222,57); }
H1.HeaderClassName
{
color: #BADE39;
}
.AnyTagClassName
{
color: #BADE39;
}
</style>
background-color css
<style>
a { background-color: #BADE39; }
a { background-color: rgb(186,222,57); }
div.DivClassName
{
background-color: #BADE39;
}
.BgClassName
{
background-color: #BADE39;
}
</style>
border-color css
<style>
span { border-color: #BADE39; }
span { border-color: rgb(186,222,57); }
td.TdClassName
{
border-color: #BADE39;
}
.TagClassName
{
border-color: #BADE39;
}
</style>