Shades of Las Palmas #BADF3E
Tints of Las Palmas #BADF3E
RGB
CMYK
RGB Variations
Color information
#BADF3E (or 0xBADF3E) is known color: Las Palmas. HEX triplet: BA, DF and 3E. RGB value is (186,223,62). Sum of RGB (Red+Green+Blue) = 186+223+62=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF3E is #4520C1. Grayscale: #C2C2C2. Windows color (decimal): -4530370 or 4120506. OLE color: 4120506.
HSL color Cylindrical-coordinate representation of color #BADF3E: hue angle of 73.79º degrees, saturation: 0.72, 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 #BADF3E is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 62 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.13 |
| HSL | 73.79º | 0.72% | 0.56% | - |
| HSV(B) | 73.79º | 0.72% | 0.87% | - |
| XYZ | 47.51 | 63.56 | 14.32 | - |
| YUV | 193.58 | 53.74 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 62 | 0.17 | 0 | 0.72 | 0.13 | 73.79 | 0.72 | 0.56 |
| Hex | BA | DF | 3E | 11 | 0 | 48 | D | 4A | 48 | 38 |
| Octal | 272 | 337 | 76 | 21 | 0 | 110 | 15 | 112 | 110 | 70 |
| Binary | 10111010 | 11011111 | 111110 | 10001 | 0 | 1001000 | 1101 | 1001010 | 1001000 | 111000 |
Color Harmonies of #BADF3E
Complementary color
Monochromatic Colors of #BADF3E
Black with #BADF3E
Text Example
Text Example
White with #BADF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF3E; }
p { color: rgb(186,223,62); }
H1.HeaderClassName
{
color: #BADF3E;
}
.AnyTagClassName
{
color: #BADF3E;
}
</style>
background-color css
<style>
a { background-color: #BADF3E; }
a { background-color: rgb(186,223,62); }
div.DivClassName
{
background-color: #BADF3E;
}
.BgClassName
{
background-color: #BADF3E;
}
</style>
border-color css
<style>
span { border-color: #BADF3E; }
span { border-color: rgb(186,223,62); }
td.TdClassName
{
border-color: #BADF3E;
}
.TagClassName
{
border-color: #BADF3E;
}
</style>