Shades of Las Palmas #B5E037
Tints of Las Palmas #B5E037
RGB
CMYK
RGB Variations
Color information
#B5E037 (or 0xB5E037) is known color: Las Palmas. HEX triplet: B5, E0 and 37. RGB value is (181,224,55). Sum of RGB (Red+Green+Blue) = 181+224+55=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 55 (21.88% from 255 or 11.96% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E037 is #4A1FC8. Grayscale: #C0C0C0. Windows color (decimal): -4857801 or 3662005. OLE color: 3662005.
HSL color Cylindrical-coordinate representation of color #B5E037: hue angle of 75.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5E037 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 55 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.12 |
| HSL | 75.27º | 0.73% | 0.55% | - |
| HSV(B) | 75.27º | 0.75% | 0.88% | - |
| XYZ | 46.4 | 63.41 | 13.41 | - |
| YUV | 191.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 55 | 0.19 | 0 | 0.75 | 0.12 | 75.27 | 0.73 | 0.55 |
| Hex | B5 | E0 | 37 | 13 | 0 | 4B | C | 4B | 49 | 37 |
| Octal | 265 | 340 | 67 | 23 | 0 | 113 | 14 | 113 | 111 | 67 |
| Binary | 10110101 | 11100000 | 110111 | 10011 | 0 | 1001011 | 1100 | 1001011 | 1001001 | 110111 |
Color Harmonies of #B5E037
Complementary color
Monochromatic Colors of #B5E037
Black with #B5E037
Text Example
Text Example
White with #B5E037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E037; }
p { color: rgb(181,224,55); }
H1.HeaderClassName
{
color: #B5E037;
}
.AnyTagClassName
{
color: #B5E037;
}
</style>
background-color css
<style>
a { background-color: #B5E037; }
a { background-color: rgb(181,224,55); }
div.DivClassName
{
background-color: #B5E037;
}
.BgClassName
{
background-color: #B5E037;
}
</style>
border-color css
<style>
span { border-color: #B5E037; }
span { border-color: rgb(181,224,55); }
td.TdClassName
{
border-color: #B5E037;
}
.TagClassName
{
border-color: #B5E037;
}
</style>