Shades of Las Palmas #BBE540
Tints of Las Palmas #BBE540
RGB
CMYK
RGB Variations
Color information
#BBE540 (or 0xBBE540) is known color: Las Palmas. HEX triplet: BB, E5 and 40. RGB value is (187,229,64). Sum of RGB (Red+Green+Blue) = 187+229+64=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE540 is #441ABF. Grayscale: #C6C6C6. Windows color (decimal): -4463296 or 4253115. OLE color: 4253115.
HSL color Cylindrical-coordinate representation of color #BBE540: hue angle of 75.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBE540 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 64 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.10 |
| HSL | 75.27º | 0.76% | 0.57% | - |
| HSV(B) | 75.27º | 0.72% | 0.9% | - |
| XYZ | 49.44 | 66.97 | 15.17 | - |
| YUV | 197.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 64 | 0.18 | 0 | 0.72 | 0.10 | 75.27 | 0.76 | 0.57 |
| Hex | BB | E5 | 40 | 12 | 0 | 48 | A | 4B | 4C | 39 |
| Octal | 273 | 345 | 100 | 22 | 0 | 110 | 12 | 113 | 114 | 71 |
| Binary | 10111011 | 11100101 | 1000000 | 10010 | 0 | 1001000 | 1010 | 1001011 | 1001100 | 111001 |
Color Harmonies of #BBE540
Complementary color
Monochromatic Colors of #BBE540
Black with #BBE540
Text Example
Text Example
White with #BBE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE540; }
p { color: rgb(187,229,64); }
H1.HeaderClassName
{
color: #BBE540;
}
.AnyTagClassName
{
color: #BBE540;
}
</style>
background-color css
<style>
a { background-color: #BBE540; }
a { background-color: rgb(187,229,64); }
div.DivClassName
{
background-color: #BBE540;
}
.BgClassName
{
background-color: #BBE540;
}
</style>
border-color css
<style>
span { border-color: #BBE540; }
span { border-color: rgb(187,229,64); }
td.TdClassName
{
border-color: #BBE540;
}
.TagClassName
{
border-color: #BBE540;
}
</style>