Shades of Las Palmas #B2E535
Tints of Las Palmas #B2E535
RGB
CMYK
RGB Variations
Color information
#B2E535 (or 0xB2E535) is known color: Las Palmas. HEX triplet: B2, E5 and 35. RGB value is (178,229,53). Sum of RGB (Red+Green+Blue) = 178+229+53=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E535 is #4D1ACA. Grayscale: #C2C2C2. Windows color (decimal): -5053131 or 3532210. OLE color: 3532210.
HSL color Cylindrical-coordinate representation of color #B2E535: hue angle of 77.39º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2E535 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 53 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.10 |
| HSL | 77.39º | 0.77% | 0.55% | - |
| HSV(B) | 77.39º | 0.77% | 0.9% | - |
| XYZ | 47.02 | 65.76 | 13.58 | - |
| YUV | 193.69 | 48.6 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 53 | 0.22 | 0 | 0.77 | 0.10 | 77.39 | 0.77 | 0.55 |
| Hex | B2 | E5 | 35 | 16 | 0 | 4D | A | 4D | 4D | 37 |
| Octal | 262 | 345 | 65 | 26 | 0 | 115 | 12 | 115 | 115 | 67 |
| Binary | 10110010 | 11100101 | 110101 | 10110 | 0 | 1001101 | 1010 | 1001101 | 1001101 | 110111 |
Color Harmonies of #B2E535
Complementary color
Monochromatic Colors of #B2E535
Black with #B2E535
Text Example
Text Example
White with #B2E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E535; }
p { color: rgb(178,229,53); }
H1.HeaderClassName
{
color: #B2E535;
}
.AnyTagClassName
{
color: #B2E535;
}
</style>
background-color css
<style>
a { background-color: #B2E535; }
a { background-color: rgb(178,229,53); }
div.DivClassName
{
background-color: #B2E535;
}
.BgClassName
{
background-color: #B2E535;
}
</style>
border-color css
<style>
span { border-color: #B2E535; }
span { border-color: rgb(178,229,53); }
td.TdClassName
{
border-color: #B2E535;
}
.TagClassName
{
border-color: #B2E535;
}
</style>