Shades of Las Palmas #BDD13F
Tints of Las Palmas #BDD13F
RGB
CMYK
RGB Variations
Color information
#BDD13F (or 0xBDD13F) is known color: Las Palmas. HEX triplet: BD, D1 and 3F. RGB value is (189,209,63). Sum of RGB (Red+Green+Blue) = 189+209+63=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD13F is #422EC0. Grayscale: #BABABA. Windows color (decimal): -4337345 or 4182461. OLE color: 4182461.
HSL color Cylindrical-coordinate representation of color #BDD13F: hue angle of 68.22º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD13F is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 63 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.18 |
| HSL | 68.22º | 0.61% | 0.53% | - |
| HSV(B) | 68.22º | 0.7% | 0.82% | - |
| XYZ | 44.68 | 56.78 | 13.31 | - |
| YUV | 186.38 | 58.37 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 63 | 0.10 | 0 | 0.70 | 0.18 | 68.22 | 0.61 | 0.53 |
| Hex | BD | D1 | 3F | A | 0 | 46 | 12 | 44 | 3D | 35 |
| Octal | 275 | 321 | 77 | 12 | 0 | 106 | 22 | 104 | 75 | 65 |
| Binary | 10111101 | 11010001 | 111111 | 1010 | 0 | 1000110 | 10010 | 1000100 | 111101 | 110101 |
Color Harmonies of #BDD13F
Complementary color
Monochromatic Colors of #BDD13F
Black with #BDD13F
Text Example
Text Example
White with #BDD13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD13F; }
p { color: rgb(189,209,63); }
H1.HeaderClassName
{
color: #BDD13F;
}
.AnyTagClassName
{
color: #BDD13F;
}
</style>
background-color css
<style>
a { background-color: #BDD13F; }
a { background-color: rgb(189,209,63); }
div.DivClassName
{
background-color: #BDD13F;
}
.BgClassName
{
background-color: #BDD13F;
}
</style>
border-color css
<style>
span { border-color: #BDD13F; }
span { border-color: rgb(189,209,63); }
td.TdClassName
{
border-color: #BDD13F;
}
.TagClassName
{
border-color: #BDD13F;
}
</style>