Shades of Las Palmas #BADE3F
Tints of Las Palmas #BADE3F
RGB
CMYK
RGB Variations
Color information
#BADE3F (or 0xBADE3F) is known color: Las Palmas. HEX triplet: BA, DE and 3F. RGB value is (186,222,63). Sum of RGB (Red+Green+Blue) = 186+222+63=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE3F is #4521C0. Grayscale: #C1C1C1. Windows color (decimal): -4530625 or 4185786. OLE color: 4185786.
HSL color Cylindrical-coordinate representation of color #BADE3F: hue angle of 73.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BADE3F is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 63 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.13 |
| HSL | 73.58º | 0.71% | 0.56% | - |
| HSV(B) | 73.58º | 0.72% | 0.87% | - |
| XYZ | 47.27 | 63.04 | 14.38 | - |
| YUV | 193.11 | 54.57 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 63 | 0.16 | 0 | 0.72 | 0.13 | 73.58 | 0.71 | 0.56 |
| Hex | BA | DE | 3F | 10 | 0 | 48 | D | 4A | 47 | 38 |
| Octal | 272 | 336 | 77 | 20 | 0 | 110 | 15 | 112 | 107 | 70 |
| Binary | 10111010 | 11011110 | 111111 | 10000 | 0 | 1001000 | 1101 | 1001010 | 1000111 | 111000 |
Color Harmonies of #BADE3F
Complementary color
Monochromatic Colors of #BADE3F
Black with #BADE3F
Text Example
Text Example
White with #BADE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE3F; }
p { color: rgb(186,222,63); }
H1.HeaderClassName
{
color: #BADE3F;
}
.AnyTagClassName
{
color: #BADE3F;
}
</style>
background-color css
<style>
a { background-color: #BADE3F; }
a { background-color: rgb(186,222,63); }
div.DivClassName
{
background-color: #BADE3F;
}
.BgClassName
{
background-color: #BADE3F;
}
</style>
border-color css
<style>
span { border-color: #BADE3F; }
span { border-color: rgb(186,222,63); }
td.TdClassName
{
border-color: #BADE3F;
}
.TagClassName
{
border-color: #BADE3F;
}
</style>