Shades of Las Palmas #BADE34
Tints of Las Palmas #BADE34
RGB
CMYK
RGB Variations
Color information
#BADE34 (or 0xBADE34) is known color: Las Palmas. HEX triplet: BA, DE and 34. RGB value is (186,222,52). Sum of RGB (Red+Green+Blue) = 186+222+52=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE34 is #4521CB. Grayscale: #C0C0C0. Windows color (decimal): -4530636 or 3464890. OLE color: 3464890.
HSL color Cylindrical-coordinate representation of color #BADE34: hue angle of 72.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BADE34 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 52 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.13 |
| HSL | 72.71º | 0.72% | 0.54% | - |
| HSV(B) | 72.71º | 0.77% | 0.87% | - |
| XYZ | 46.99 | 62.93 | 12.92 | - |
| YUV | 191.86 | 49.07 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 52 | 0.16 | 0 | 0.77 | 0.13 | 72.71 | 0.72 | 0.54 |
| Hex | BA | DE | 34 | 10 | 0 | 4D | D | 49 | 48 | 36 |
| Octal | 272 | 336 | 64 | 20 | 0 | 115 | 15 | 111 | 110 | 66 |
| Binary | 10111010 | 11011110 | 110100 | 10000 | 0 | 1001101 | 1101 | 1001001 | 1001000 | 110110 |
Color Harmonies of #BADE34
Complementary color
Monochromatic Colors of #BADE34
Black with #BADE34
Text Example
Text Example
White with #BADE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE34; }
p { color: rgb(186,222,52); }
H1.HeaderClassName
{
color: #BADE34;
}
.AnyTagClassName
{
color: #BADE34;
}
</style>
background-color css
<style>
a { background-color: #BADE34; }
a { background-color: rgb(186,222,52); }
div.DivClassName
{
background-color: #BADE34;
}
.BgClassName
{
background-color: #BADE34;
}
</style>
border-color css
<style>
span { border-color: #BADE34; }
span { border-color: rgb(186,222,52); }
td.TdClassName
{
border-color: #BADE34;
}
.TagClassName
{
border-color: #BADE34;
}
</style>