Shades of Las Palmas #BDD63D
Tints of Las Palmas #BDD63D
RGB
CMYK
RGB Variations
Color information
#BDD63D (or 0xBDD63D) is known color: Las Palmas. HEX triplet: BD, D6 and 3D. RGB value is (189,214,61). Sum of RGB (Red+Green+Blue) = 189+214+61=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD63D is #4229C2. Grayscale: #BDBDBD. Windows color (decimal): -4336067 or 4052669. OLE color: 4052669.
HSL color Cylindrical-coordinate representation of color #BDD63D: hue angle of 69.8º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDD63D is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 61 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.16 |
| HSL | 69.8º | 0.65% | 0.54% | - |
| HSV(B) | 69.8º | 0.71% | 0.84% | - |
| XYZ | 45.88 | 59.25 | 13.43 | - |
| YUV | 189.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 61 | 0.12 | 0 | 0.71 | 0.16 | 69.8 | 0.65 | 0.54 |
| Hex | BD | D6 | 3D | C | 0 | 47 | 10 | 46 | 41 | 36 |
| Octal | 275 | 326 | 75 | 14 | 0 | 107 | 20 | 106 | 101 | 66 |
| Binary | 10111101 | 11010110 | 111101 | 1100 | 0 | 1000111 | 10000 | 1000110 | 1000001 | 110110 |
Color Harmonies of #BDD63D
Complementary color
Monochromatic Colors of #BDD63D
Black with #BDD63D
Text Example
Text Example
White with #BDD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD63D; }
p { color: rgb(189,214,61); }
H1.HeaderClassName
{
color: #BDD63D;
}
.AnyTagClassName
{
color: #BDD63D;
}
</style>
background-color css
<style>
a { background-color: #BDD63D; }
a { background-color: rgb(189,214,61); }
div.DivClassName
{
background-color: #BDD63D;
}
.BgClassName
{
background-color: #BDD63D;
}
</style>
border-color css
<style>
span { border-color: #BDD63D; }
span { border-color: rgb(189,214,61); }
td.TdClassName
{
border-color: #BDD63D;
}
.TagClassName
{
border-color: #BDD63D;
}
</style>