Shades of Las Palmas #B4DB3A
Tints of Las Palmas #B4DB3A
RGB
CMYK
RGB Variations
Color information
#B4DB3A (or 0xB4DB3A) is known color: Las Palmas. HEX triplet: B4, DB and 3A. RGB value is (180,219,58). Sum of RGB (Red+Green+Blue) = 180+219+58=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DB3A is #4B24C5. Grayscale: #BDBDBD. Windows color (decimal): -4924614 or 3857332. OLE color: 3857332.
HSL color Cylindrical-coordinate representation of color #B4DB3A: hue angle of 74.53º 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 #B4DB3A is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 58 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.14 |
| HSL | 74.53º | 0.69% | 0.54% | - |
| HSV(B) | 74.53º | 0.74% | 0.86% | - |
| XYZ | 44.92 | 60.67 | 13.35 | - |
| YUV | 188.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 58 | 0.18 | 0 | 0.74 | 0.14 | 74.53 | 0.69 | 0.54 |
| Hex | B4 | DB | 3A | 12 | 0 | 4A | E | 4B | 45 | 36 |
| Octal | 264 | 333 | 72 | 22 | 0 | 112 | 16 | 113 | 105 | 66 |
| Binary | 10110100 | 11011011 | 111010 | 10010 | 0 | 1001010 | 1110 | 1001011 | 1000101 | 110110 |
Color Harmonies of #B4DB3A
Complementary color
Monochromatic Colors of #B4DB3A
Black with #B4DB3A
Text Example
Text Example
White with #B4DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB3A; }
p { color: rgb(180,219,58); }
H1.HeaderClassName
{
color: #B4DB3A;
}
.AnyTagClassName
{
color: #B4DB3A;
}
</style>
background-color css
<style>
a { background-color: #B4DB3A; }
a { background-color: rgb(180,219,58); }
div.DivClassName
{
background-color: #B4DB3A;
}
.BgClassName
{
background-color: #B4DB3A;
}
</style>
border-color css
<style>
span { border-color: #B4DB3A; }
span { border-color: rgb(180,219,58); }
td.TdClassName
{
border-color: #B4DB3A;
}
.TagClassName
{
border-color: #B4DB3A;
}
</style>