Shades of Las Palmas #B7D938
Tints of Las Palmas #B7D938
RGB
CMYK
RGB Variations
Color information
#B7D938 (or 0xB7D938) is known color: Las Palmas. HEX triplet: B7, D9 and 38. RGB value is (183,217,56). Sum of RGB (Red+Green+Blue) = 183+217+56=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D938 is #4826C7. Grayscale: #BDBDBD. Windows color (decimal): -4728520 or 3725751. OLE color: 3725751.
HSL color Cylindrical-coordinate representation of color #B7D938: hue angle of 72.67º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7D938 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 56 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.15 |
| HSL | 72.67º | 0.68% | 0.54% | - |
| HSV(B) | 72.67º | 0.74% | 0.85% | - |
| XYZ | 45.06 | 59.98 | 12.94 | - |
| YUV | 188.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 56 | 0.16 | 0 | 0.74 | 0.15 | 72.67 | 0.68 | 0.54 |
| Hex | B7 | D9 | 38 | 10 | 0 | 4A | F | 49 | 44 | 36 |
| Octal | 267 | 331 | 70 | 20 | 0 | 112 | 17 | 111 | 104 | 66 |
| Binary | 10110111 | 11011001 | 111000 | 10000 | 0 | 1001010 | 1111 | 1001001 | 1000100 | 110110 |
Color Harmonies of #B7D938
Complementary color
Monochromatic Colors of #B7D938
Black with #B7D938
Text Example
Text Example
White with #B7D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D938; }
p { color: rgb(183,217,56); }
H1.HeaderClassName
{
color: #B7D938;
}
.AnyTagClassName
{
color: #B7D938;
}
</style>
background-color css
<style>
a { background-color: #B7D938; }
a { background-color: rgb(183,217,56); }
div.DivClassName
{
background-color: #B7D938;
}
.BgClassName
{
background-color: #B7D938;
}
</style>
border-color css
<style>
span { border-color: #B7D938; }
span { border-color: rgb(183,217,56); }
td.TdClassName
{
border-color: #B7D938;
}
.TagClassName
{
border-color: #B7D938;
}
</style>