Shades of Las Palmas #B8D142
Tints of Las Palmas #B8D142
RGB
CMYK
RGB Variations
Color information
#B8D142 (or 0xB8D142) is known color: Las Palmas. HEX triplet: B8, D1 and 42. RGB value is (184,209,66). Sum of RGB (Red+Green+Blue) = 184+209+66=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D142 is #472EBD. Grayscale: #B9B9B9. Windows color (decimal): -4665022 or 4379064. OLE color: 4379064.
HSL color Cylindrical-coordinate representation of color #B8D142: hue angle of 70.49º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8D142 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 66 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.18 |
| HSL | 70.49º | 0.61% | 0.54% | - |
| HSV(B) | 70.49º | 0.68% | 0.82% | - |
| XYZ | 43.55 | 56.18 | 13.7 | - |
| YUV | 185.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 66 | 0.12 | 0 | 0.68 | 0.18 | 70.49 | 0.61 | 0.54 |
| Hex | B8 | D1 | 42 | C | 0 | 44 | 12 | 46 | 3D | 36 |
| Octal | 270 | 321 | 102 | 14 | 0 | 104 | 22 | 106 | 75 | 66 |
| Binary | 10111000 | 11010001 | 1000010 | 1100 | 0 | 1000100 | 10010 | 1000110 | 111101 | 110110 |
Color Harmonies of #B8D142
Complementary color
Monochromatic Colors of #B8D142
Black with #B8D142
Text Example
Text Example
White with #B8D142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D142; }
p { color: rgb(184,209,66); }
H1.HeaderClassName
{
color: #B8D142;
}
.AnyTagClassName
{
color: #B8D142;
}
</style>
background-color css
<style>
a { background-color: #B8D142; }
a { background-color: rgb(184,209,66); }
div.DivClassName
{
background-color: #B8D142;
}
.BgClassName
{
background-color: #B8D142;
}
</style>
border-color css
<style>
span { border-color: #B8D142; }
span { border-color: rgb(184,209,66); }
td.TdClassName
{
border-color: #B8D142;
}
.TagClassName
{
border-color: #B8D142;
}
</style>