Shades of Las Palmas #B7DE3C
Tints of Las Palmas #B7DE3C
RGB
CMYK
RGB Variations
Color information
#B7DE3C (or 0xB7DE3C) is known color: Las Palmas. HEX triplet: B7, DE and 3C. RGB value is (183,222,60). Sum of RGB (Red+Green+Blue) = 183+222+60=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DE3C is #4821C3. Grayscale: #C0C0C0. Windows color (decimal): -4727236 or 3989175. OLE color: 3989175.
HSL color Cylindrical-coordinate representation of color #B7DE3C: hue angle of 74.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7DE3C is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 60 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.13 |
| HSL | 74.44º | 0.71% | 0.55% | - |
| HSV(B) | 74.44º | 0.73% | 0.87% | - |
| XYZ | 46.47 | 62.64 | 13.92 | - |
| YUV | 191.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 60 | 0.18 | 0 | 0.73 | 0.13 | 74.44 | 0.71 | 0.55 |
| Hex | B7 | DE | 3C | 12 | 0 | 49 | D | 4A | 47 | 37 |
| Octal | 267 | 336 | 74 | 22 | 0 | 111 | 15 | 112 | 107 | 67 |
| Binary | 10110111 | 11011110 | 111100 | 10010 | 0 | 1001001 | 1101 | 1001010 | 1000111 | 110111 |
Color Harmonies of #B7DE3C
Complementary color
Monochromatic Colors of #B7DE3C
Black with #B7DE3C
Text Example
Text Example
White with #B7DE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DE3C; }
p { color: rgb(183,222,60); }
H1.HeaderClassName
{
color: #B7DE3C;
}
.AnyTagClassName
{
color: #B7DE3C;
}
</style>
background-color css
<style>
a { background-color: #B7DE3C; }
a { background-color: rgb(183,222,60); }
div.DivClassName
{
background-color: #B7DE3C;
}
.BgClassName
{
background-color: #B7DE3C;
}
</style>
border-color css
<style>
span { border-color: #B7DE3C; }
span { border-color: rgb(183,222,60); }
td.TdClassName
{
border-color: #B7DE3C;
}
.TagClassName
{
border-color: #B7DE3C;
}
</style>