Shades of Las Palmas #BDDD45
Tints of Las Palmas #BDDD45
RGB
CMYK
RGB Variations
Color information
#BDDD45 (or 0xBDDD45) is known color: Las Palmas. HEX triplet: BD, DD and 45. RGB value is (189,221,69). Sum of RGB (Red+Green+Blue) = 189+221+69=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD45 is #4222BA. Grayscale: #C2C2C2. Windows color (decimal): -4334267 or 4578749. OLE color: 4578749.
HSL color Cylindrical-coordinate representation of color #BDDD45: hue angle of 72.63º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDDD45 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 69 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.13 |
| HSL | 72.63º | 0.69% | 0.57% | - |
| HSV(B) | 72.63º | 0.69% | 0.87% | - |
| XYZ | 47.92 | 62.96 | 15.26 | - |
| YUV | 194.1 | 57.4 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 69 | 0.14 | 0 | 0.69 | 0.13 | 72.63 | 0.69 | 0.57 |
| Hex | BD | DD | 45 | E | 0 | 45 | D | 49 | 45 | 39 |
| Octal | 275 | 335 | 105 | 16 | 0 | 105 | 15 | 111 | 105 | 71 |
| Binary | 10111101 | 11011101 | 1000101 | 1110 | 0 | 1000101 | 1101 | 1001001 | 1000101 | 111001 |
Color Harmonies of #BDDD45
Complementary color
Monochromatic Colors of #BDDD45
Black with #BDDD45
Text Example
Text Example
White with #BDDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD45; }
p { color: rgb(189,221,69); }
H1.HeaderClassName
{
color: #BDDD45;
}
.AnyTagClassName
{
color: #BDDD45;
}
</style>
background-color css
<style>
a { background-color: #BDDD45; }
a { background-color: rgb(189,221,69); }
div.DivClassName
{
background-color: #BDDD45;
}
.BgClassName
{
background-color: #BDDD45;
}
</style>
border-color css
<style>
span { border-color: #BDDD45; }
span { border-color: rgb(189,221,69); }
td.TdClassName
{
border-color: #BDDD45;
}
.TagClassName
{
border-color: #BDDD45;
}
</style>