Shades of Las Palmas #B3DB3A
Tints of Las Palmas #B3DB3A
RGB
CMYK
RGB Variations
Color information
#B3DB3A (or 0xB3DB3A) is known color: Las Palmas. HEX triplet: B3, DB and 3A. RGB value is (179,219,58). Sum of RGB (Red+Green+Blue) = 179+219+58=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DB3A is #4C24C5. Grayscale: #BDBDBD. Windows color (decimal): -4990150 or 3857331. OLE color: 3857331.
HSL color Cylindrical-coordinate representation of color #B3DB3A: hue angle of 74.91º 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 #B3DB3A is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 219 | 58 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.14 |
| HSL | 74.91º | 0.69% | 0.54% | - |
| HSV(B) | 74.91º | 0.74% | 0.86% | - |
| XYZ | 44.69 | 60.55 | 13.34 | - |
| YUV | 188.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 58 | 0.18 | 0 | 0.74 | 0.14 | 74.91 | 0.69 | 0.54 |
| Hex | B3 | DB | 3A | 12 | 0 | 4A | E | 4B | 45 | 36 |
| Octal | 263 | 333 | 72 | 22 | 0 | 112 | 16 | 113 | 105 | 66 |
| Binary | 10110011 | 11011011 | 111010 | 10010 | 0 | 1001010 | 1110 | 1001011 | 1000101 | 110110 |
Color Harmonies of #B3DB3A
Complementary color
Monochromatic Colors of #B3DB3A
Black with #B3DB3A
Text Example
Text Example
White with #B3DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DB3A; }
p { color: rgb(179,219,58); }
H1.HeaderClassName
{
color: #B3DB3A;
}
.AnyTagClassName
{
color: #B3DB3A;
}
</style>
background-color css
<style>
a { background-color: #B3DB3A; }
a { background-color: rgb(179,219,58); }
div.DivClassName
{
background-color: #B3DB3A;
}
.BgClassName
{
background-color: #B3DB3A;
}
</style>
border-color css
<style>
span { border-color: #B3DB3A; }
span { border-color: rgb(179,219,58); }
td.TdClassName
{
border-color: #B3DB3A;
}
.TagClassName
{
border-color: #B3DB3A;
}
</style>