Shades of Las Palmas #BBDD40
Tints of Las Palmas #BBDD40
RGB
CMYK
RGB Variations
Color information
#BBDD40 (or 0xBBDD40) is known color: Las Palmas. HEX triplet: BB, DD and 40. RGB value is (187,221,64). Sum of RGB (Red+Green+Blue) = 187+221+64=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD40 is #4422BF. Grayscale: #C1C1C1. Windows color (decimal): -4465344 or 4251067. OLE color: 4251067.
HSL color Cylindrical-coordinate representation of color #BBDD40: hue angle of 72.99º 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 #BBDD40 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 64 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.13 |
| HSL | 72.99º | 0.7% | 0.56% | - |
| HSV(B) | 72.99º | 0.71% | 0.87% | - |
| XYZ | 47.28 | 62.65 | 14.45 | - |
| YUV | 192.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 64 | 0.15 | 0 | 0.71 | 0.13 | 72.99 | 0.7 | 0.56 |
| Hex | BB | DD | 40 | F | 0 | 47 | D | 49 | 46 | 38 |
| Octal | 273 | 335 | 100 | 17 | 0 | 107 | 15 | 111 | 106 | 70 |
| Binary | 10111011 | 11011101 | 1000000 | 1111 | 0 | 1000111 | 1101 | 1001001 | 1000110 | 111000 |
Color Harmonies of #BBDD40
Complementary color
Monochromatic Colors of #BBDD40
Black with #BBDD40
Text Example
Text Example
White with #BBDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD40; }
p { color: rgb(187,221,64); }
H1.HeaderClassName
{
color: #BBDD40;
}
.AnyTagClassName
{
color: #BBDD40;
}
</style>
background-color css
<style>
a { background-color: #BBDD40; }
a { background-color: rgb(187,221,64); }
div.DivClassName
{
background-color: #BBDD40;
}
.BgClassName
{
background-color: #BBDD40;
}
</style>
border-color css
<style>
span { border-color: #BBDD40; }
span { border-color: rgb(187,221,64); }
td.TdClassName
{
border-color: #BBDD40;
}
.TagClassName
{
border-color: #BBDD40;
}
</style>