Shades of Las Palmas #B7D840
Tints of Las Palmas #B7D840
RGB
CMYK
RGB Variations
Color information
#B7D840 (or 0xB7D840) is known color: Las Palmas. HEX triplet: B7, D8 and 40. RGB value is (183,216,64). Sum of RGB (Red+Green+Blue) = 183+216+64=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D840 is #4827BF. Grayscale: #BDBDBD. Windows color (decimal): -4728768 or 4249783. OLE color: 4249783.
HSL color Cylindrical-coordinate representation of color #B7D840: hue angle of 73.03º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7D840 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 64 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.15 |
| HSL | 73.03º | 0.66% | 0.55% | - |
| HSV(B) | 73.03º | 0.7% | 0.85% | - |
| XYZ | 45.01 | 59.55 | 13.97 | - |
| YUV | 188.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 64 | 0.15 | 0 | 0.70 | 0.15 | 73.03 | 0.66 | 0.55 |
| Hex | B7 | D8 | 40 | F | 0 | 46 | F | 49 | 42 | 37 |
| Octal | 267 | 330 | 100 | 17 | 0 | 106 | 17 | 111 | 102 | 67 |
| Binary | 10110111 | 11011000 | 1000000 | 1111 | 0 | 1000110 | 1111 | 1001001 | 1000010 | 110111 |
Color Harmonies of #B7D840
Complementary color
Monochromatic Colors of #B7D840
Black with #B7D840
Text Example
Text Example
White with #B7D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D840; }
p { color: rgb(183,216,64); }
H1.HeaderClassName
{
color: #B7D840;
}
.AnyTagClassName
{
color: #B7D840;
}
</style>
background-color css
<style>
a { background-color: #B7D840; }
a { background-color: rgb(183,216,64); }
div.DivClassName
{
background-color: #B7D840;
}
.BgClassName
{
background-color: #B7D840;
}
</style>
border-color css
<style>
span { border-color: #B7D840; }
span { border-color: rgb(183,216,64); }
td.TdClassName
{
border-color: #B7D840;
}
.TagClassName
{
border-color: #B7D840;
}
</style>