Shades of Las Palmas #BDDD3F
Tints of Las Palmas #BDDD3F
RGB
CMYK
RGB Variations
Color information
#BDDD3F (or 0xBDDD3F) is known color: Las Palmas. HEX triplet: BD, DD and 3F. RGB value is (189,221,63). Sum of RGB (Red+Green+Blue) = 189+221+63=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD3F is #4222C0. Grayscale: #C2C2C2. Windows color (decimal): -4334273 or 4185533. OLE color: 4185533.
HSL color Cylindrical-coordinate representation of color #BDDD3F: hue angle of 72.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDDD3F is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 63 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.13 |
| HSL | 72.15º | 0.7% | 0.56% | - |
| HSV(B) | 72.15º | 0.71% | 0.87% | - |
| XYZ | 47.74 | 62.89 | 14.33 | - |
| YUV | 193.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 63 | 0.14 | 0 | 0.71 | 0.13 | 72.15 | 0.7 | 0.56 |
| Hex | BD | DD | 3F | E | 0 | 47 | D | 48 | 46 | 38 |
| Octal | 275 | 335 | 77 | 16 | 0 | 107 | 15 | 110 | 106 | 70 |
| Binary | 10111101 | 11011101 | 111111 | 1110 | 0 | 1000111 | 1101 | 1001000 | 1000110 | 111000 |
Color Harmonies of #BDDD3F
Complementary color
Monochromatic Colors of #BDDD3F
Black with #BDDD3F
Text Example
Text Example
White with #BDDD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD3F; }
p { color: rgb(189,221,63); }
H1.HeaderClassName
{
color: #BDDD3F;
}
.AnyTagClassName
{
color: #BDDD3F;
}
</style>
background-color css
<style>
a { background-color: #BDDD3F; }
a { background-color: rgb(189,221,63); }
div.DivClassName
{
background-color: #BDDD3F;
}
.BgClassName
{
background-color: #BDDD3F;
}
</style>
border-color css
<style>
span { border-color: #BDDD3F; }
span { border-color: rgb(189,221,63); }
td.TdClassName
{
border-color: #BDDD3F;
}
.TagClassName
{
border-color: #BDDD3F;
}
</style>