Shades of Las Palmas #B8D543
Tints of Las Palmas #B8D543
RGB
CMYK
RGB Variations
Color information
#B8D543 (or 0xB8D543) is known color: Las Palmas. HEX triplet: B8, D5 and 43. RGB value is (184,213,67). Sum of RGB (Red+Green+Blue) = 184+213+67=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D543 is #472ABC. Grayscale: #BCBCBC. Windows color (decimal): -4663997 or 4445624. OLE color: 4445624.
HSL color Cylindrical-coordinate representation of color #B8D543: hue angle of 71.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8D543 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 67 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.16 |
| HSL | 71.92º | 0.63% | 0.55% | - |
| HSV(B) | 71.92º | 0.69% | 0.84% | - |
| XYZ | 44.57 | 58.18 | 14.19 | - |
| YUV | 187.69 | 59.89 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 67 | 0.14 | 0 | 0.69 | 0.16 | 71.92 | 0.63 | 0.55 |
| Hex | B8 | D5 | 43 | E | 0 | 45 | 10 | 48 | 3F | 37 |
| Octal | 270 | 325 | 103 | 16 | 0 | 105 | 20 | 110 | 77 | 67 |
| Binary | 10111000 | 11010101 | 1000011 | 1110 | 0 | 1000101 | 10000 | 1001000 | 111111 | 110111 |
Color Harmonies of #B8D543
Complementary color
Monochromatic Colors of #B8D543
Black with #B8D543
Text Example
Text Example
White with #B8D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D543; }
p { color: rgb(184,213,67); }
H1.HeaderClassName
{
color: #B8D543;
}
.AnyTagClassName
{
color: #B8D543;
}
</style>
background-color css
<style>
a { background-color: #B8D543; }
a { background-color: rgb(184,213,67); }
div.DivClassName
{
background-color: #B8D543;
}
.BgClassName
{
background-color: #B8D543;
}
</style>
border-color css
<style>
span { border-color: #B8D543; }
span { border-color: rgb(184,213,67); }
td.TdClassName
{
border-color: #B8D543;
}
.TagClassName
{
border-color: #B8D543;
}
</style>