Shades of Las Palmas #B3E136
Tints of Las Palmas #B3E136
RGB
CMYK
RGB Variations
Color information
#B3E136 (or 0xB3E136) is known color: Las Palmas. HEX triplet: B3, E1 and 36. RGB value is (179,225,54). Sum of RGB (Red+Green+Blue) = 179+225+54=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E136 is #4C1EC9. Grayscale: #C0C0C0. Windows color (decimal): -4988618 or 3596723. OLE color: 3596723.
HSL color Cylindrical-coordinate representation of color #B3E136: hue angle of 76.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3E136 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 225 | 54 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.12 |
| HSL | 76.14º | 0.74% | 0.55% | - |
| HSV(B) | 76.14º | 0.76% | 0.88% | - |
| XYZ | 46.18 | 63.7 | 13.35 | - |
| YUV | 191.75 | 50.26 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 54 | 0.20 | 0 | 0.76 | 0.12 | 76.14 | 0.74 | 0.55 |
| Hex | B3 | E1 | 36 | 14 | 0 | 4C | C | 4C | 4A | 37 |
| Octal | 263 | 341 | 66 | 24 | 0 | 114 | 14 | 114 | 112 | 67 |
| Binary | 10110011 | 11100001 | 110110 | 10100 | 0 | 1001100 | 1100 | 1001100 | 1001010 | 110111 |
Color Harmonies of #B3E136
Complementary color
Monochromatic Colors of #B3E136
Black with #B3E136
Text Example
Text Example
White with #B3E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E136; }
p { color: rgb(179,225,54); }
H1.HeaderClassName
{
color: #B3E136;
}
.AnyTagClassName
{
color: #B3E136;
}
</style>
background-color css
<style>
a { background-color: #B3E136; }
a { background-color: rgb(179,225,54); }
div.DivClassName
{
background-color: #B3E136;
}
.BgClassName
{
background-color: #B3E136;
}
</style>
border-color css
<style>
span { border-color: #B3E136; }
span { border-color: rgb(179,225,54); }
td.TdClassName
{
border-color: #B3E136;
}
.TagClassName
{
border-color: #B3E136;
}
</style>