Shades of Las Palmas #B5E836
Tints of Las Palmas #B5E836
RGB
CMYK
RGB Variations
Color information
#B5E836 (or 0xB5E836) is known color: Las Palmas. HEX triplet: B5, E8 and 36. RGB value is (181,232,54). Sum of RGB (Red+Green+Blue) = 181+232+54=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E836 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E836 is #4A17C9. Grayscale: #C5C5C5. Windows color (decimal): -4855754 or 3598517. OLE color: 3598517.
HSL color Cylindrical-coordinate representation of color #B5E836: hue angle of 77.19º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5E836 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 54 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.09 |
| HSL | 77.19º | 0.79% | 0.56% | - |
| HSV(B) | 77.19º | 0.77% | 0.91% | - |
| XYZ | 48.58 | 67.8 | 14.02 | - |
| YUV | 196.46 | 47.6 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 54 | 0.22 | 0 | 0.77 | 0.09 | 77.19 | 0.79 | 0.56 |
| Hex | B5 | E8 | 36 | 16 | 0 | 4D | 9 | 4D | 4F | 38 |
| Octal | 265 | 350 | 66 | 26 | 0 | 115 | 11 | 115 | 117 | 70 |
| Binary | 10110101 | 11101000 | 110110 | 10110 | 0 | 1001101 | 1001 | 1001101 | 1001111 | 111000 |
Color Harmonies of #B5E836
Complementary color
Monochromatic Colors of #B5E836
Black with #B5E836
Text Example
Text Example
White with #B5E836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E836; }
p { color: rgb(181,232,54); }
H1.HeaderClassName
{
color: #B5E836;
}
.AnyTagClassName
{
color: #B5E836;
}
</style>
background-color css
<style>
a { background-color: #B5E836; }
a { background-color: rgb(181,232,54); }
div.DivClassName
{
background-color: #B5E836;
}
.BgClassName
{
background-color: #B5E836;
}
</style>
border-color css
<style>
span { border-color: #B5E836; }
span { border-color: rgb(181,232,54); }
td.TdClassName
{
border-color: #B5E836;
}
.TagClassName
{
border-color: #B5E836;
}
</style>