Shades of Las Palmas #BDD53F
Tints of Las Palmas #BDD53F
RGB
CMYK
RGB Variations
Color information
#BDD53F (or 0xBDD53F) is known color: Las Palmas. HEX triplet: BD, D5 and 3F. RGB value is (189,213,63). Sum of RGB (Red+Green+Blue) = 189+213+63=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD53F is #422AC0. Grayscale: #BDBDBD. Windows color (decimal): -4336321 or 4183485. OLE color: 4183485.
HSL color Cylindrical-coordinate representation of color #BDD53F: hue angle of 69.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD53F is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 63 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.16 |
| HSL | 69.6º | 0.64% | 0.54% | - |
| HSV(B) | 69.6º | 0.7% | 0.84% | - |
| XYZ | 45.68 | 58.77 | 13.64 | - |
| YUV | 188.72 | 57.05 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 63 | 0.11 | 0 | 0.70 | 0.16 | 69.6 | 0.64 | 0.54 |
| Hex | BD | D5 | 3F | B | 0 | 46 | 10 | 46 | 40 | 36 |
| Octal | 275 | 325 | 77 | 13 | 0 | 106 | 20 | 106 | 100 | 66 |
| Binary | 10111101 | 11010101 | 111111 | 1011 | 0 | 1000110 | 10000 | 1000110 | 1000000 | 110110 |
Color Harmonies of #BDD53F
Complementary color
Monochromatic Colors of #BDD53F
Black with #BDD53F
Text Example
Text Example
White with #BDD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD53F; }
p { color: rgb(189,213,63); }
H1.HeaderClassName
{
color: #BDD53F;
}
.AnyTagClassName
{
color: #BDD53F;
}
</style>
background-color css
<style>
a { background-color: #BDD53F; }
a { background-color: rgb(189,213,63); }
div.DivClassName
{
background-color: #BDD53F;
}
.BgClassName
{
background-color: #BDD53F;
}
</style>
border-color css
<style>
span { border-color: #BDD53F; }
span { border-color: rgb(189,213,63); }
td.TdClassName
{
border-color: #BDD53F;
}
.TagClassName
{
border-color: #BDD53F;
}
</style>