Shades of Las Palmas #BADD3D
Tints of Las Palmas #BADD3D
RGB
CMYK
RGB Variations
Color information
#BADD3D (or 0xBADD3D) is known color: Las Palmas. HEX triplet: BA, DD and 3D. RGB value is (186,221,61). Sum of RGB (Red+Green+Blue) = 186+221+61=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD3D is #4522C2. Grayscale: #C0C0C0. Windows color (decimal): -4530883 or 4054458. OLE color: 4054458.
HSL color Cylindrical-coordinate representation of color #BADD3D: hue angle of 73.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BADD3D is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 61 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.13 |
| HSL | 73.13º | 0.7% | 0.55% | - |
| HSV(B) | 73.13º | 0.72% | 0.87% | - |
| XYZ | 46.95 | 62.49 | 14 | - |
| YUV | 192.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 61 | 0.16 | 0 | 0.72 | 0.13 | 73.13 | 0.7 | 0.55 |
| Hex | BA | DD | 3D | 10 | 0 | 48 | D | 49 | 46 | 37 |
| Octal | 272 | 335 | 75 | 20 | 0 | 110 | 15 | 111 | 106 | 67 |
| Binary | 10111010 | 11011101 | 111101 | 10000 | 0 | 1001000 | 1101 | 1001001 | 1000110 | 110111 |
Color Harmonies of #BADD3D
Complementary color
Monochromatic Colors of #BADD3D
Black with #BADD3D
Text Example
Text Example
White with #BADD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD3D; }
p { color: rgb(186,221,61); }
H1.HeaderClassName
{
color: #BADD3D;
}
.AnyTagClassName
{
color: #BADD3D;
}
</style>
background-color css
<style>
a { background-color: #BADD3D; }
a { background-color: rgb(186,221,61); }
div.DivClassName
{
background-color: #BADD3D;
}
.BgClassName
{
background-color: #BADD3D;
}
</style>
border-color css
<style>
span { border-color: #BADD3D; }
span { border-color: rgb(186,221,61); }
td.TdClassName
{
border-color: #BADD3D;
}
.TagClassName
{
border-color: #BADD3D;
}
</style>