Shades of Las Palmas #B7D03F
Tints of Las Palmas #B7D03F
RGB
CMYK
RGB Variations
Color information
#B7D03F (or 0xB7D03F) is known color: Las Palmas. HEX triplet: B7, D0 and 3F. RGB value is (183,208,63). Sum of RGB (Red+Green+Blue) = 183+208+63=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D03F is #482FC0. Grayscale: #B8B8B8. Windows color (decimal): -4730817 or 4182199. OLE color: 4182199.
HSL color Cylindrical-coordinate representation of color #B7D03F: hue angle of 70.34º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7D03F is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 63 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.18 |
| HSL | 70.34º | 0.61% | 0.53% | - |
| HSV(B) | 70.34º | 0.7% | 0.82% | - |
| XYZ | 42.98 | 55.54 | 13.16 | - |
| YUV | 184 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 63 | 0.12 | 0 | 0.70 | 0.18 | 70.34 | 0.61 | 0.53 |
| Hex | B7 | D0 | 3F | C | 0 | 46 | 12 | 46 | 3D | 35 |
| Octal | 267 | 320 | 77 | 14 | 0 | 106 | 22 | 106 | 75 | 65 |
| Binary | 10110111 | 11010000 | 111111 | 1100 | 0 | 1000110 | 10010 | 1000110 | 111101 | 110101 |
Color Harmonies of #B7D03F
Complementary color
Monochromatic Colors of #B7D03F
Black with #B7D03F
Text Example
Text Example
White with #B7D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D03F; }
p { color: rgb(183,208,63); }
H1.HeaderClassName
{
color: #B7D03F;
}
.AnyTagClassName
{
color: #B7D03F;
}
</style>
background-color css
<style>
a { background-color: #B7D03F; }
a { background-color: rgb(183,208,63); }
div.DivClassName
{
background-color: #B7D03F;
}
.BgClassName
{
background-color: #B7D03F;
}
</style>
border-color css
<style>
span { border-color: #B7D03F; }
span { border-color: rgb(183,208,63); }
td.TdClassName
{
border-color: #B7D03F;
}
.TagClassName
{
border-color: #B7D03F;
}
</style>