Shades of Las Palmas #B1DB3A
Tints of Las Palmas #B1DB3A
RGB
CMYK
RGB Variations
Color information
#B1DB3A (or 0xB1DB3A) is known color: Las Palmas. HEX triplet: B1, DB and 3A. RGB value is (177,219,58). Sum of RGB (Red+Green+Blue) = 177+219+58=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB3A is #4E24C5. Grayscale: #BCBCBC. Windows color (decimal): -5121222 or 3857329. OLE color: 3857329.
HSL color Cylindrical-coordinate representation of color #B1DB3A: hue angle of 75.65º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1DB3A is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 58 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.14 |
| HSL | 75.65º | 0.69% | 0.54% | - |
| HSV(B) | 75.65º | 0.74% | 0.86% | - |
| XYZ | 44.23 | 60.32 | 13.31 | - |
| YUV | 188.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 58 | 0.19 | 0 | 0.74 | 0.14 | 75.65 | 0.69 | 0.54 |
| Hex | B1 | DB | 3A | 13 | 0 | 4A | E | 4C | 45 | 36 |
| Octal | 261 | 333 | 72 | 23 | 0 | 112 | 16 | 114 | 105 | 66 |
| Binary | 10110001 | 11011011 | 111010 | 10011 | 0 | 1001010 | 1110 | 1001100 | 1000101 | 110110 |
Color Harmonies of #B1DB3A
Complementary color
Monochromatic Colors of #B1DB3A
Black with #B1DB3A
Text Example
Text Example
White with #B1DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB3A; }
p { color: rgb(177,219,58); }
H1.HeaderClassName
{
color: #B1DB3A;
}
.AnyTagClassName
{
color: #B1DB3A;
}
</style>
background-color css
<style>
a { background-color: #B1DB3A; }
a { background-color: rgb(177,219,58); }
div.DivClassName
{
background-color: #B1DB3A;
}
.BgClassName
{
background-color: #B1DB3A;
}
</style>
border-color css
<style>
span { border-color: #B1DB3A; }
span { border-color: rgb(177,219,58); }
td.TdClassName
{
border-color: #B1DB3A;
}
.TagClassName
{
border-color: #B1DB3A;
}
</style>