Shades of Las Palmas #BDD73F
Tints of Las Palmas #BDD73F
RGB
CMYK
RGB Variations
Color information
#BDD73F (or 0xBDD73F) is known color: Las Palmas. HEX triplet: BD, D7 and 3F. RGB value is (189,215,63). Sum of RGB (Red+Green+Blue) = 189+215+63=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD73F is #4228C0. Grayscale: #BEBEBE. Windows color (decimal): -4335809 or 4183997. OLE color: 4183997.
HSL color Cylindrical-coordinate representation of color #BDD73F: hue angle of 70.26º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDD73F is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 63 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.16 |
| HSL | 70.26º | 0.66% | 0.55% | - |
| HSV(B) | 70.26º | 0.71% | 0.84% | - |
| XYZ | 46.18 | 59.78 | 13.81 | - |
| YUV | 189.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 63 | 0.12 | 0 | 0.71 | 0.16 | 70.26 | 0.66 | 0.55 |
| Hex | BD | D7 | 3F | C | 0 | 47 | 10 | 46 | 42 | 37 |
| Octal | 275 | 327 | 77 | 14 | 0 | 107 | 20 | 106 | 102 | 67 |
| Binary | 10111101 | 11010111 | 111111 | 1100 | 0 | 1000111 | 10000 | 1000110 | 1000010 | 110111 |
Color Harmonies of #BDD73F
Complementary color
Monochromatic Colors of #BDD73F
Black with #BDD73F
Text Example
Text Example
White with #BDD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD73F; }
p { color: rgb(189,215,63); }
H1.HeaderClassName
{
color: #BDD73F;
}
.AnyTagClassName
{
color: #BDD73F;
}
</style>
background-color css
<style>
a { background-color: #BDD73F; }
a { background-color: rgb(189,215,63); }
div.DivClassName
{
background-color: #BDD73F;
}
.BgClassName
{
background-color: #BDD73F;
}
</style>
border-color css
<style>
span { border-color: #BDD73F; }
span { border-color: rgb(189,215,63); }
td.TdClassName
{
border-color: #BDD73F;
}
.TagClassName
{
border-color: #BDD73F;
}
</style>