Shades of Las Palmas #BDD43F
Tints of Las Palmas #BDD43F
RGB
CMYK
RGB Variations
Color information
#BDD43F (or 0xBDD43F) is known color: Las Palmas. HEX triplet: BD, D4 and 3F. RGB value is (189,212,63). Sum of RGB (Red+Green+Blue) = 189+212+63=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD43F is #422BC0. Grayscale: #BCBCBC. Windows color (decimal): -4336577 or 4183229. OLE color: 4183229.
HSL color Cylindrical-coordinate representation of color #BDD43F: hue angle of 69.26º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD43F is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 63 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.17 |
| HSL | 69.26º | 0.63% | 0.54% | - |
| HSV(B) | 69.26º | 0.7% | 0.83% | - |
| XYZ | 45.43 | 58.26 | 13.55 | - |
| YUV | 188.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 63 | 0.11 | 0 | 0.70 | 0.17 | 69.26 | 0.63 | 0.54 |
| Hex | BD | D4 | 3F | B | 0 | 46 | 11 | 45 | 3F | 36 |
| Octal | 275 | 324 | 77 | 13 | 0 | 106 | 21 | 105 | 77 | 66 |
| Binary | 10111101 | 11010100 | 111111 | 1011 | 0 | 1000110 | 10001 | 1000101 | 111111 | 110110 |
Color Harmonies of #BDD43F
Complementary color
Monochromatic Colors of #BDD43F
Black with #BDD43F
Text Example
Text Example
White with #BDD43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD43F; }
p { color: rgb(189,212,63); }
H1.HeaderClassName
{
color: #BDD43F;
}
.AnyTagClassName
{
color: #BDD43F;
}
</style>
background-color css
<style>
a { background-color: #BDD43F; }
a { background-color: rgb(189,212,63); }
div.DivClassName
{
background-color: #BDD43F;
}
.BgClassName
{
background-color: #BDD43F;
}
</style>
border-color css
<style>
span { border-color: #BDD43F; }
span { border-color: rgb(189,212,63); }
td.TdClassName
{
border-color: #BDD43F;
}
.TagClassName
{
border-color: #BDD43F;
}
</style>