Shades of Las Palmas #BDDD44
Tints of Las Palmas #BDDD44
RGB
CMYK
RGB Variations
Color information
#BDDD44 (or 0xBDDD44) is known color: Las Palmas. HEX triplet: BD, DD and 44. RGB value is (189,221,68). Sum of RGB (Red+Green+Blue) = 189+221+68=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD44 is #4222BB. Grayscale: #C2C2C2. Windows color (decimal): -4334268 or 4513213. OLE color: 4513213.
HSL color Cylindrical-coordinate representation of color #BDDD44: hue angle of 72.55º 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 #BDDD44 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 68 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.13 |
| HSL | 72.55º | 0.69% | 0.57% | - |
| HSV(B) | 72.55º | 0.69% | 0.87% | - |
| XYZ | 47.89 | 62.95 | 15.1 | - |
| YUV | 193.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 68 | 0.14 | 0 | 0.69 | 0.13 | 72.55 | 0.69 | 0.57 |
| Hex | BD | DD | 44 | E | 0 | 45 | D | 49 | 45 | 39 |
| Octal | 275 | 335 | 104 | 16 | 0 | 105 | 15 | 111 | 105 | 71 |
| Binary | 10111101 | 11011101 | 1000100 | 1110 | 0 | 1000101 | 1101 | 1001001 | 1000101 | 111001 |
Color Harmonies of #BDDD44
Complementary color
Monochromatic Colors of #BDDD44
Black with #BDDD44
Text Example
Text Example
White with #BDDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD44; }
p { color: rgb(189,221,68); }
H1.HeaderClassName
{
color: #BDDD44;
}
.AnyTagClassName
{
color: #BDDD44;
}
</style>
background-color css
<style>
a { background-color: #BDDD44; }
a { background-color: rgb(189,221,68); }
div.DivClassName
{
background-color: #BDDD44;
}
.BgClassName
{
background-color: #BDDD44;
}
</style>
border-color css
<style>
span { border-color: #BDDD44; }
span { border-color: rgb(189,221,68); }
td.TdClassName
{
border-color: #BDDD44;
}
.TagClassName
{
border-color: #BDDD44;
}
</style>