Shades of Las Palmas #B6E534
Tints of Las Palmas #B6E534
RGB
CMYK
RGB Variations
Color information
#B6E534 (or 0xB6E534) is known color: Las Palmas. HEX triplet: B6, E5 and 34. RGB value is (182,229,52). Sum of RGB (Red+Green+Blue) = 182+229+52=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E534 is #491ACB. Grayscale: #C3C3C3. Windows color (decimal): -4790988 or 3466678. OLE color: 3466678.
HSL color Cylindrical-coordinate representation of color #B6E534: hue angle of 75.93º 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 #B6E534 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 229 | 52 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.10 |
| HSL | 75.93º | 0.77% | 0.55% | - |
| HSV(B) | 75.93º | 0.77% | 0.9% | - |
| XYZ | 47.93 | 66.23 | 13.51 | - |
| YUV | 194.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 229 | 52 | 0.21 | 0 | 0.77 | 0.10 | 75.93 | 0.77 | 0.55 |
| Hex | B6 | E5 | 34 | 15 | 0 | 4D | A | 4C | 4D | 37 |
| Octal | 266 | 345 | 64 | 25 | 0 | 115 | 12 | 114 | 115 | 67 |
| Binary | 10110110 | 11100101 | 110100 | 10101 | 0 | 1001101 | 1010 | 1001100 | 1001101 | 110111 |
Color Harmonies of #B6E534
Complementary color
Monochromatic Colors of #B6E534
Black with #B6E534
Text Example
Text Example
White with #B6E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E534; }
p { color: rgb(182,229,52); }
H1.HeaderClassName
{
color: #B6E534;
}
.AnyTagClassName
{
color: #B6E534;
}
</style>
background-color css
<style>
a { background-color: #B6E534; }
a { background-color: rgb(182,229,52); }
div.DivClassName
{
background-color: #B6E534;
}
.BgClassName
{
background-color: #B6E534;
}
</style>
border-color css
<style>
span { border-color: #B6E534; }
span { border-color: rgb(182,229,52); }
td.TdClassName
{
border-color: #B6E534;
}
.TagClassName
{
border-color: #B6E534;
}
</style>