Shades of Las Palmas #B5D340
Tints of Las Palmas #B5D340
RGB
CMYK
RGB Variations
Color information
#B5D340 (or 0xB5D340) is known color: Las Palmas. HEX triplet: B5, D3 and 40. RGB value is (181,211,64). Sum of RGB (Red+Green+Blue) = 181+211+64=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D340 is #4A2CBF. Grayscale: #B9B9B9. Windows color (decimal): -4861120 or 4248501. OLE color: 4248501.
HSL color Cylindrical-coordinate representation of color #B5D340: hue angle of 72.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5D340 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 64 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.17 |
| HSL | 72.24º | 0.63% | 0.54% | - |
| HSV(B) | 72.24º | 0.7% | 0.83% | - |
| XYZ | 43.28 | 56.78 | 13.53 | - |
| YUV | 185.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 64 | 0.14 | 0 | 0.70 | 0.17 | 72.24 | 0.63 | 0.54 |
| Hex | B5 | D3 | 40 | E | 0 | 46 | 11 | 48 | 3F | 36 |
| Octal | 265 | 323 | 100 | 16 | 0 | 106 | 21 | 110 | 77 | 66 |
| Binary | 10110101 | 11010011 | 1000000 | 1110 | 0 | 1000110 | 10001 | 1001000 | 111111 | 110110 |
Color Harmonies of #B5D340
Complementary color
Monochromatic Colors of #B5D340
Black with #B5D340
Text Example
Text Example
White with #B5D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D340; }
p { color: rgb(181,211,64); }
H1.HeaderClassName
{
color: #B5D340;
}
.AnyTagClassName
{
color: #B5D340;
}
</style>
background-color css
<style>
a { background-color: #B5D340; }
a { background-color: rgb(181,211,64); }
div.DivClassName
{
background-color: #B5D340;
}
.BgClassName
{
background-color: #B5D340;
}
</style>
border-color css
<style>
span { border-color: #B5D340; }
span { border-color: rgb(181,211,64); }
td.TdClassName
{
border-color: #B5D340;
}
.TagClassName
{
border-color: #B5D340;
}
</style>