Shades of Las Palmas #BBE141
Tints of Las Palmas #BBE141
RGB
CMYK
RGB Variations
Color information
#BBE141 (or 0xBBE141) is known color: Las Palmas. HEX triplet: BB, E1 and 41. RGB value is (187,225,65). Sum of RGB (Red+Green+Blue) = 187+225+65=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE141 is #441EBE. Grayscale: #C4C4C4. Windows color (decimal): -4464319 or 4317627. OLE color: 4317627.
HSL color Cylindrical-coordinate representation of color #BBE141: hue angle of 74.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBE141 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 65 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.12 |
| HSL | 74.25º | 0.73% | 0.57% | - |
| HSV(B) | 74.25º | 0.71% | 0.88% | - |
| XYZ | 48.37 | 64.8 | 14.96 | - |
| YUV | 195.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 65 | 0.17 | 0 | 0.71 | 0.12 | 74.25 | 0.73 | 0.57 |
| Hex | BB | E1 | 41 | 11 | 0 | 47 | C | 4A | 49 | 39 |
| Octal | 273 | 341 | 101 | 21 | 0 | 107 | 14 | 112 | 111 | 71 |
| Binary | 10111011 | 11100001 | 1000001 | 10001 | 0 | 1000111 | 1100 | 1001010 | 1001001 | 111001 |
Color Harmonies of #BBE141
Complementary color
Monochromatic Colors of #BBE141
Black with #BBE141
Text Example
Text Example
White with #BBE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE141; }
p { color: rgb(187,225,65); }
H1.HeaderClassName
{
color: #BBE141;
}
.AnyTagClassName
{
color: #BBE141;
}
</style>
background-color css
<style>
a { background-color: #BBE141; }
a { background-color: rgb(187,225,65); }
div.DivClassName
{
background-color: #BBE141;
}
.BgClassName
{
background-color: #BBE141;
}
</style>
border-color css
<style>
span { border-color: #BBE141; }
span { border-color: rgb(187,225,65); }
td.TdClassName
{
border-color: #BBE141;
}
.TagClassName
{
border-color: #BBE141;
}
</style>