Shades of Las Palmas #B7DD3F
Tints of Las Palmas #B7DD3F
RGB
CMYK
RGB Variations
Color information
#B7DD3F (or 0xB7DD3F) is known color: Las Palmas. HEX triplet: B7, DD and 3F. RGB value is (183,221,63). Sum of RGB (Red+Green+Blue) = 183+221+63=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD3F is #4822C0. Grayscale: #C0C0C0. Windows color (decimal): -4727489 or 4185527. OLE color: 4185527.
HSL color Cylindrical-coordinate representation of color #B7DD3F: hue angle of 74.43º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7DD3F is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 63 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.13 |
| HSL | 74.43º | 0.7% | 0.56% | - |
| HSV(B) | 74.43º | 0.71% | 0.87% | - |
| XYZ | 46.28 | 62.14 | 14.26 | - |
| YUV | 191.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 63 | 0.17 | 0 | 0.71 | 0.13 | 74.43 | 0.7 | 0.56 |
| Hex | B7 | DD | 3F | 11 | 0 | 47 | D | 4A | 46 | 38 |
| Octal | 267 | 335 | 77 | 21 | 0 | 107 | 15 | 112 | 106 | 70 |
| Binary | 10110111 | 11011101 | 111111 | 10001 | 0 | 1000111 | 1101 | 1001010 | 1000110 | 111000 |
Color Harmonies of #B7DD3F
Complementary color
Monochromatic Colors of #B7DD3F
Black with #B7DD3F
Text Example
Text Example
White with #B7DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD3F; }
p { color: rgb(183,221,63); }
H1.HeaderClassName
{
color: #B7DD3F;
}
.AnyTagClassName
{
color: #B7DD3F;
}
</style>
background-color css
<style>
a { background-color: #B7DD3F; }
a { background-color: rgb(183,221,63); }
div.DivClassName
{
background-color: #B7DD3F;
}
.BgClassName
{
background-color: #B7DD3F;
}
</style>
border-color css
<style>
span { border-color: #B7DD3F; }
span { border-color: rgb(183,221,63); }
td.TdClassName
{
border-color: #B7DD3F;
}
.TagClassName
{
border-color: #B7DD3F;
}
</style>