Shades of Las Palmas #B7D03E
Tints of Las Palmas #B7D03E
RGB
CMYK
RGB Variations
Color information
#B7D03E (or 0xB7D03E) is known color: Las Palmas. HEX triplet: B7, D0 and 3E. RGB value is (183,208,62). Sum of RGB (Red+Green+Blue) = 183+208+62=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D03E is #482FC1. Grayscale: #B8B8B8. Windows color (decimal): -4730818 or 4116663. OLE color: 4116663.
HSL color Cylindrical-coordinate representation of color #B7D03E: hue angle of 70.27º 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 #B7D03E is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 62 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.18 |
| HSL | 70.27º | 0.61% | 0.53% | - |
| HSV(B) | 70.27º | 0.7% | 0.82% | - |
| XYZ | 42.95 | 55.53 | 13.01 | - |
| YUV | 183.88 | 59.22 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 62 | 0.12 | 0 | 0.70 | 0.18 | 70.27 | 0.61 | 0.53 |
| Hex | B7 | D0 | 3E | C | 0 | 46 | 12 | 46 | 3D | 35 |
| Octal | 267 | 320 | 76 | 14 | 0 | 106 | 22 | 106 | 75 | 65 |
| Binary | 10110111 | 11010000 | 111110 | 1100 | 0 | 1000110 | 10010 | 1000110 | 111101 | 110101 |
Color Harmonies of #B7D03E
Complementary color
Monochromatic Colors of #B7D03E
Black with #B7D03E
Text Example
Text Example
White with #B7D03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D03E; }
p { color: rgb(183,208,62); }
H1.HeaderClassName
{
color: #B7D03E;
}
.AnyTagClassName
{
color: #B7D03E;
}
</style>
background-color css
<style>
a { background-color: #B7D03E; }
a { background-color: rgb(183,208,62); }
div.DivClassName
{
background-color: #B7D03E;
}
.BgClassName
{
background-color: #B7D03E;
}
</style>
border-color css
<style>
span { border-color: #B7D03E; }
span { border-color: rgb(183,208,62); }
td.TdClassName
{
border-color: #B7D03E;
}
.TagClassName
{
border-color: #B7D03E;
}
</style>