Shades of Las Palmas #B7D93D
Tints of Las Palmas #B7D93D
RGB
CMYK
RGB Variations
Color information
#B7D93D (or 0xB7D93D) is known color: Las Palmas. HEX triplet: B7, D9 and 3D. RGB value is (183,217,61). Sum of RGB (Red+Green+Blue) = 183+217+61=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D93D is #4826C2. Grayscale: #BDBDBD. Windows color (decimal): -4728515 or 4053431. OLE color: 4053431.
HSL color Cylindrical-coordinate representation of color #B7D93D: hue angle of 73.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7D93D is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 61 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.15 |
| HSL | 73.08º | 0.67% | 0.55% | - |
| HSV(B) | 73.08º | 0.72% | 0.85% | - |
| XYZ | 45.18 | 60.03 | 13.62 | - |
| YUV | 189.05 | 55.74 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 61 | 0.16 | 0 | 0.72 | 0.15 | 73.08 | 0.67 | 0.55 |
| Hex | B7 | D9 | 3D | 10 | 0 | 48 | F | 49 | 43 | 37 |
| Octal | 267 | 331 | 75 | 20 | 0 | 110 | 17 | 111 | 103 | 67 |
| Binary | 10110111 | 11011001 | 111101 | 10000 | 0 | 1001000 | 1111 | 1001001 | 1000011 | 110111 |
Color Harmonies of #B7D93D
Complementary color
Monochromatic Colors of #B7D93D
Black with #B7D93D
Text Example
Text Example
White with #B7D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D93D; }
p { color: rgb(183,217,61); }
H1.HeaderClassName
{
color: #B7D93D;
}
.AnyTagClassName
{
color: #B7D93D;
}
</style>
background-color css
<style>
a { background-color: #B7D93D; }
a { background-color: rgb(183,217,61); }
div.DivClassName
{
background-color: #B7D93D;
}
.BgClassName
{
background-color: #B7D93D;
}
</style>
border-color css
<style>
span { border-color: #B7D93D; }
span { border-color: rgb(183,217,61); }
td.TdClassName
{
border-color: #B7D93D;
}
.TagClassName
{
border-color: #B7D93D;
}
</style>