Shades of Las Palmas #B1E336
Tints of Las Palmas #B1E336
RGB
CMYK
RGB Variations
Color information
#B1E336 (or 0xB1E336) is known color: Las Palmas. HEX triplet: B1, E3 and 36. RGB value is (177,227,54). Sum of RGB (Red+Green+Blue) = 177+227+54=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E336 is #4E1CC9. Grayscale: #C0C0C0. Windows color (decimal): -5119178 or 3597233. OLE color: 3597233.
HSL color Cylindrical-coordinate representation of color #B1E336: hue angle of 77.34º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1E336 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 54 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.11 |
| HSL | 77.34º | 0.76% | 0.55% | - |
| HSV(B) | 77.34º | 0.76% | 0.89% | - |
| XYZ | 46.27 | 64.55 | 13.51 | - |
| YUV | 192.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 54 | 0.22 | 0 | 0.76 | 0.11 | 77.34 | 0.76 | 0.55 |
| Hex | B1 | E3 | 36 | 16 | 0 | 4C | B | 4D | 4C | 37 |
| Octal | 261 | 343 | 66 | 26 | 0 | 114 | 13 | 115 | 114 | 67 |
| Binary | 10110001 | 11100011 | 110110 | 10110 | 0 | 1001100 | 1011 | 1001101 | 1001100 | 110111 |
Color Harmonies of #B1E336
Complementary color
Monochromatic Colors of #B1E336
Black with #B1E336
Text Example
Text Example
White with #B1E336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E336; }
p { color: rgb(177,227,54); }
H1.HeaderClassName
{
color: #B1E336;
}
.AnyTagClassName
{
color: #B1E336;
}
</style>
background-color css
<style>
a { background-color: #B1E336; }
a { background-color: rgb(177,227,54); }
div.DivClassName
{
background-color: #B1E336;
}
.BgClassName
{
background-color: #B1E336;
}
</style>
border-color css
<style>
span { border-color: #B1E336; }
span { border-color: rgb(177,227,54); }
td.TdClassName
{
border-color: #B1E336;
}
.TagClassName
{
border-color: #B1E336;
}
</style>