Shades of Las Palmas #BADF34
Tints of Las Palmas #BADF34
RGB
CMYK
RGB Variations
Color information
#BADF34 (or 0xBADF34) is known color: Las Palmas. HEX triplet: BA, DF and 34. RGB value is (186,223,52). Sum of RGB (Red+Green+Blue) = 186+223+52=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF34 is #4520CB. Grayscale: #C1C1C1. Windows color (decimal): -4530380 or 3465146. OLE color: 3465146.
HSL color Cylindrical-coordinate representation of color #BADF34: hue angle of 72.98º degrees, saturation: 0.73, 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 #BADF34 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 52 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.13 |
| HSL | 72.98º | 0.73% | 0.54% | - |
| HSV(B) | 72.98º | 0.77% | 0.87% | - |
| XYZ | 47.26 | 63.46 | 13.01 | - |
| YUV | 192.44 | 48.74 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 52 | 0.17 | 0 | 0.77 | 0.13 | 72.98 | 0.73 | 0.54 |
| Hex | BA | DF | 34 | 11 | 0 | 4D | D | 49 | 49 | 36 |
| Octal | 272 | 337 | 64 | 21 | 0 | 115 | 15 | 111 | 111 | 66 |
| Binary | 10111010 | 11011111 | 110100 | 10001 | 0 | 1001101 | 1101 | 1001001 | 1001001 | 110110 |
Color Harmonies of #BADF34
Complementary color
Monochromatic Colors of #BADF34
Black with #BADF34
Text Example
Text Example
White with #BADF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF34; }
p { color: rgb(186,223,52); }
H1.HeaderClassName
{
color: #BADF34;
}
.AnyTagClassName
{
color: #BADF34;
}
</style>
background-color css
<style>
a { background-color: #BADF34; }
a { background-color: rgb(186,223,52); }
div.DivClassName
{
background-color: #BADF34;
}
.BgClassName
{
background-color: #BADF34;
}
</style>
border-color css
<style>
span { border-color: #BADF34; }
span { border-color: rgb(186,223,52); }
td.TdClassName
{
border-color: #BADF34;
}
.TagClassName
{
border-color: #BADF34;
}
</style>