Shades of Las Palmas #B7DB3F
Tints of Las Palmas #B7DB3F
RGB
CMYK
RGB Variations
Color information
#B7DB3F (or 0xB7DB3F) is known color: Las Palmas. HEX triplet: B7, DB and 3F. RGB value is (183,219,63). Sum of RGB (Red+Green+Blue) = 183+219+63=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DB3F is #4824C0. Grayscale: #BFBFBF. Windows color (decimal): -4728001 or 4185015. OLE color: 4185015.
HSL color Cylindrical-coordinate representation of color #B7DB3F: hue angle of 73.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7DB3F is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 63 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.14 |
| HSL | 73.85º | 0.68% | 0.55% | - |
| HSV(B) | 73.85º | 0.71% | 0.86% | - |
| XYZ | 45.76 | 61.09 | 14.08 | - |
| YUV | 190.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 63 | 0.16 | 0 | 0.71 | 0.14 | 73.85 | 0.68 | 0.55 |
| Hex | B7 | DB | 3F | 10 | 0 | 47 | E | 4A | 44 | 37 |
| Octal | 267 | 333 | 77 | 20 | 0 | 107 | 16 | 112 | 104 | 67 |
| Binary | 10110111 | 11011011 | 111111 | 10000 | 0 | 1000111 | 1110 | 1001010 | 1000100 | 110111 |
Color Harmonies of #B7DB3F
Complementary color
Monochromatic Colors of #B7DB3F
Black with #B7DB3F
Text Example
Text Example
White with #B7DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB3F; }
p { color: rgb(183,219,63); }
H1.HeaderClassName
{
color: #B7DB3F;
}
.AnyTagClassName
{
color: #B7DB3F;
}
</style>
background-color css
<style>
a { background-color: #B7DB3F; }
a { background-color: rgb(183,219,63); }
div.DivClassName
{
background-color: #B7DB3F;
}
.BgClassName
{
background-color: #B7DB3F;
}
</style>
border-color css
<style>
span { border-color: #B7DB3F; }
span { border-color: rgb(183,219,63); }
td.TdClassName
{
border-color: #B7DB3F;
}
.TagClassName
{
border-color: #B7DB3F;
}
</style>