Shades of Las Palmas #B7D93E
Tints of Las Palmas #B7D93E
RGB
CMYK
RGB Variations
Color information
#B7D93E (or 0xB7D93E) is known color: Las Palmas. HEX triplet: B7, D9 and 3E. RGB value is (183,217,62). Sum of RGB (Red+Green+Blue) = 183+217+62=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D93E is #4826C1. Grayscale: #BDBDBD. Windows color (decimal): -4728514 or 4118967. OLE color: 4118967.
HSL color Cylindrical-coordinate representation of color #B7D93E: hue angle of 73.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7D93E is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 62 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.15 |
| HSL | 73.16º | 0.67% | 0.55% | - |
| HSV(B) | 73.16º | 0.71% | 0.85% | - |
| XYZ | 45.21 | 60.04 | 13.76 | - |
| YUV | 189.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 62 | 0.16 | 0 | 0.71 | 0.15 | 73.16 | 0.67 | 0.55 |
| Hex | B7 | D9 | 3E | 10 | 0 | 47 | F | 49 | 43 | 37 |
| Octal | 267 | 331 | 76 | 20 | 0 | 107 | 17 | 111 | 103 | 67 |
| Binary | 10110111 | 11011001 | 111110 | 10000 | 0 | 1000111 | 1111 | 1001001 | 1000011 | 110111 |
Color Harmonies of #B7D93E
Complementary color
Monochromatic Colors of #B7D93E
Black with #B7D93E
Text Example
Text Example
White with #B7D93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D93E; }
p { color: rgb(183,217,62); }
H1.HeaderClassName
{
color: #B7D93E;
}
.AnyTagClassName
{
color: #B7D93E;
}
</style>
background-color css
<style>
a { background-color: #B7D93E; }
a { background-color: rgb(183,217,62); }
div.DivClassName
{
background-color: #B7D93E;
}
.BgClassName
{
background-color: #B7D93E;
}
</style>
border-color css
<style>
span { border-color: #B7D93E; }
span { border-color: rgb(183,217,62); }
td.TdClassName
{
border-color: #B7D93E;
}
.TagClassName
{
border-color: #B7D93E;
}
</style>