Shades of Las Palmas #B7D93F
Tints of Las Palmas #B7D93F
RGB
CMYK
RGB Variations
Color information
#B7D93F (or 0xB7D93F) is known color: Las Palmas. HEX triplet: B7, D9 and 3F. RGB value is (183,217,63). Sum of RGB (Red+Green+Blue) = 183+217+63=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D93F is #4826C0. Grayscale: #BDBDBD. Windows color (decimal): -4728513 or 4184503. OLE color: 4184503.
HSL color Cylindrical-coordinate representation of color #B7D93F: hue angle of 73.25º 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 #B7D93F is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 63 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.15 |
| HSL | 73.25º | 0.67% | 0.55% | - |
| HSV(B) | 73.25º | 0.71% | 0.85% | - |
| XYZ | 45.24 | 60.05 | 13.91 | - |
| YUV | 189.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 63 | 0.16 | 0 | 0.71 | 0.15 | 73.25 | 0.67 | 0.55 |
| Hex | B7 | D9 | 3F | 10 | 0 | 47 | F | 49 | 43 | 37 |
| Octal | 267 | 331 | 77 | 20 | 0 | 107 | 17 | 111 | 103 | 67 |
| Binary | 10110111 | 11011001 | 111111 | 10000 | 0 | 1000111 | 1111 | 1001001 | 1000011 | 110111 |
Color Harmonies of #B7D93F
Complementary color
Monochromatic Colors of #B7D93F
Black with #B7D93F
Text Example
Text Example
White with #B7D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D93F; }
p { color: rgb(183,217,63); }
H1.HeaderClassName
{
color: #B7D93F;
}
.AnyTagClassName
{
color: #B7D93F;
}
</style>
background-color css
<style>
a { background-color: #B7D93F; }
a { background-color: rgb(183,217,63); }
div.DivClassName
{
background-color: #B7D93F;
}
.BgClassName
{
background-color: #B7D93F;
}
</style>
border-color css
<style>
span { border-color: #B7D93F; }
span { border-color: rgb(183,217,63); }
td.TdClassName
{
border-color: #B7D93F;
}
.TagClassName
{
border-color: #B7D93F;
}
</style>