Shades of Las Palmas #B7D63D
Tints of Las Palmas #B7D63D
RGB
CMYK
RGB Variations
Color information
#B7D63D (or 0xB7D63D) is known color: Las Palmas. HEX triplet: B7, D6 and 3D. RGB value is (183,214,61). Sum of RGB (Red+Green+Blue) = 183+214+61=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D63D is #4829C2. Grayscale: #BBBBBB. Windows color (decimal): -4729283 or 4052663. OLE color: 4052663.
HSL color Cylindrical-coordinate representation of color #B7D63D: hue angle of 72.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7D63D is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 61 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.16 |
| HSL | 72.16º | 0.65% | 0.54% | - |
| HSV(B) | 72.16º | 0.71% | 0.84% | - |
| XYZ | 44.42 | 58.5 | 13.36 | - |
| YUV | 187.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 61 | 0.14 | 0 | 0.71 | 0.16 | 72.16 | 0.65 | 0.54 |
| Hex | B7 | D6 | 3D | E | 0 | 47 | 10 | 48 | 41 | 36 |
| Octal | 267 | 326 | 75 | 16 | 0 | 107 | 20 | 110 | 101 | 66 |
| Binary | 10110111 | 11010110 | 111101 | 1110 | 0 | 1000111 | 10000 | 1001000 | 1000001 | 110110 |
Color Harmonies of #B7D63D
Complementary color
Monochromatic Colors of #B7D63D
Black with #B7D63D
Text Example
Text Example
White with #B7D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D63D; }
p { color: rgb(183,214,61); }
H1.HeaderClassName
{
color: #B7D63D;
}
.AnyTagClassName
{
color: #B7D63D;
}
</style>
background-color css
<style>
a { background-color: #B7D63D; }
a { background-color: rgb(183,214,61); }
div.DivClassName
{
background-color: #B7D63D;
}
.BgClassName
{
background-color: #B7D63D;
}
</style>
border-color css
<style>
span { border-color: #B7D63D; }
span { border-color: rgb(183,214,61); }
td.TdClassName
{
border-color: #B7D63D;
}
.TagClassName
{
border-color: #B7D63D;
}
</style>