Shades of Las Palmas #B7D341
Tints of Las Palmas #B7D341
RGB
CMYK
RGB Variations
Color information
#B7D341 (or 0xB7D341) is known color: Las Palmas. HEX triplet: B7, D3 and 41. RGB value is (183,211,65). Sum of RGB (Red+Green+Blue) = 183+211+65=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D341 is #482CBE. Grayscale: #BABABA. Windows color (decimal): -4730047 or 4314039. OLE color: 4314039.
HSL color Cylindrical-coordinate representation of color #B7D341: hue angle of 71.51º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7D341 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 65 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.17 |
| HSL | 71.51º | 0.62% | 0.54% | - |
| HSV(B) | 71.51º | 0.69% | 0.83% | - |
| XYZ | 43.78 | 57.04 | 13.7 | - |
| YUV | 185.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 65 | 0.13 | 0 | 0.69 | 0.17 | 71.51 | 0.62 | 0.54 |
| Hex | B7 | D3 | 41 | D | 0 | 45 | 11 | 48 | 3E | 36 |
| Octal | 267 | 323 | 101 | 15 | 0 | 105 | 21 | 110 | 76 | 66 |
| Binary | 10110111 | 11010011 | 1000001 | 1101 | 0 | 1000101 | 10001 | 1001000 | 111110 | 110110 |
Color Harmonies of #B7D341
Complementary color
Monochromatic Colors of #B7D341
Black with #B7D341
Text Example
Text Example
White with #B7D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D341; }
p { color: rgb(183,211,65); }
H1.HeaderClassName
{
color: #B7D341;
}
.AnyTagClassName
{
color: #B7D341;
}
</style>
background-color css
<style>
a { background-color: #B7D341; }
a { background-color: rgb(183,211,65); }
div.DivClassName
{
background-color: #B7D341;
}
.BgClassName
{
background-color: #B7D341;
}
</style>
border-color css
<style>
span { border-color: #B7D341; }
span { border-color: rgb(183,211,65); }
td.TdClassName
{
border-color: #B7D341;
}
.TagClassName
{
border-color: #B7D341;
}
</style>