Shades of Las Palmas #B7D740
Tints of Las Palmas #B7D740
RGB
CMYK
RGB Variations
Color information
#B7D740 (or 0xB7D740) is known color: Las Palmas. HEX triplet: B7, D7 and 40. RGB value is (183,215,64). Sum of RGB (Red+Green+Blue) = 183+215+64=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D740 is #4828BF. Grayscale: #BCBCBC. Windows color (decimal): -4729024 or 4249527. OLE color: 4249527.
HSL color Cylindrical-coordinate representation of color #B7D740: hue angle of 72.72º 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 #B7D740 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 64 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.16 |
| HSL | 72.72º | 0.65% | 0.55% | - |
| HSV(B) | 72.72º | 0.7% | 0.84% | - |
| XYZ | 44.75 | 59.04 | 13.89 | - |
| YUV | 188.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 64 | 0.15 | 0 | 0.70 | 0.16 | 72.72 | 0.65 | 0.55 |
| Hex | B7 | D7 | 40 | F | 0 | 46 | 10 | 49 | 41 | 37 |
| Octal | 267 | 327 | 100 | 17 | 0 | 106 | 20 | 111 | 101 | 67 |
| Binary | 10110111 | 11010111 | 1000000 | 1111 | 0 | 1000110 | 10000 | 1001001 | 1000001 | 110111 |
Color Harmonies of #B7D740
Complementary color
Monochromatic Colors of #B7D740
Black with #B7D740
Text Example
Text Example
White with #B7D740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D740; }
p { color: rgb(183,215,64); }
H1.HeaderClassName
{
color: #B7D740;
}
.AnyTagClassName
{
color: #B7D740;
}
</style>
background-color css
<style>
a { background-color: #B7D740; }
a { background-color: rgb(183,215,64); }
div.DivClassName
{
background-color: #B7D740;
}
.BgClassName
{
background-color: #B7D740;
}
</style>
border-color css
<style>
span { border-color: #B7D740; }
span { border-color: rgb(183,215,64); }
td.TdClassName
{
border-color: #B7D740;
}
.TagClassName
{
border-color: #B7D740;
}
</style>