Shades of Las Palmas #B7D741
Tints of Las Palmas #B7D741
RGB
CMYK
RGB Variations
Color information
#B7D741 (or 0xB7D741) is known color: Las Palmas. HEX triplet: B7, D7 and 41. RGB value is (183,215,65). Sum of RGB (Red+Green+Blue) = 183+215+65=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D741 is #4828BE. Grayscale: #BCBCBC. Windows color (decimal): -4729023 or 4315063. OLE color: 4315063.
HSL color Cylindrical-coordinate representation of color #B7D741: hue angle of 72.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7D741 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 65 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.16 |
| HSL | 72.8º | 0.65% | 0.55% | - |
| HSV(B) | 72.8º | 0.7% | 0.84% | - |
| XYZ | 44.78 | 59.05 | 14.04 | - |
| YUV | 188.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 65 | 0.15 | 0 | 0.70 | 0.16 | 72.8 | 0.65 | 0.55 |
| Hex | B7 | D7 | 41 | F | 0 | 46 | 10 | 49 | 41 | 37 |
| Octal | 267 | 327 | 101 | 17 | 0 | 106 | 20 | 111 | 101 | 67 |
| Binary | 10110111 | 11010111 | 1000001 | 1111 | 0 | 1000110 | 10000 | 1001001 | 1000001 | 110111 |
Color Harmonies of #B7D741
Complementary color
Monochromatic Colors of #B7D741
Black with #B7D741
Text Example
Text Example
White with #B7D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D741; }
p { color: rgb(183,215,65); }
H1.HeaderClassName
{
color: #B7D741;
}
.AnyTagClassName
{
color: #B7D741;
}
</style>
background-color css
<style>
a { background-color: #B7D741; }
a { background-color: rgb(183,215,65); }
div.DivClassName
{
background-color: #B7D741;
}
.BgClassName
{
background-color: #B7D741;
}
</style>
border-color css
<style>
span { border-color: #B7D741; }
span { border-color: rgb(183,215,65); }
td.TdClassName
{
border-color: #B7D741;
}
.TagClassName
{
border-color: #B7D741;
}
</style>