Shades of Las Palmas #B5DB3E
Tints of Las Palmas #B5DB3E
RGB
CMYK
RGB Variations
Color information
#B5DB3E (or 0xB5DB3E) is known color: Las Palmas. HEX triplet: B5, DB and 3E. RGB value is (181,219,62). Sum of RGB (Red+Green+Blue) = 181+219+62=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB3E is #4A24C1. Grayscale: #BEBEBE. Windows color (decimal): -4859074 or 4119477. OLE color: 4119477.
HSL color Cylindrical-coordinate representation of color #B5DB3E: hue angle of 74.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5DB3E is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 62 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.14 |
| HSL | 74.52º | 0.69% | 0.55% | - |
| HSV(B) | 74.52º | 0.72% | 0.86% | - |
| XYZ | 45.26 | 60.83 | 13.91 | - |
| YUV | 189.74 | 55.91 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 62 | 0.17 | 0 | 0.72 | 0.14 | 74.52 | 0.69 | 0.55 |
| Hex | B5 | DB | 3E | 11 | 0 | 48 | E | 4B | 45 | 37 |
| Octal | 265 | 333 | 76 | 21 | 0 | 110 | 16 | 113 | 105 | 67 |
| Binary | 10110101 | 11011011 | 111110 | 10001 | 0 | 1001000 | 1110 | 1001011 | 1000101 | 110111 |
Color Harmonies of #B5DB3E
Complementary color
Monochromatic Colors of #B5DB3E
Black with #B5DB3E
Text Example
Text Example
White with #B5DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB3E; }
p { color: rgb(181,219,62); }
H1.HeaderClassName
{
color: #B5DB3E;
}
.AnyTagClassName
{
color: #B5DB3E;
}
</style>
background-color css
<style>
a { background-color: #B5DB3E; }
a { background-color: rgb(181,219,62); }
div.DivClassName
{
background-color: #B5DB3E;
}
.BgClassName
{
background-color: #B5DB3E;
}
</style>
border-color css
<style>
span { border-color: #B5DB3E; }
span { border-color: rgb(181,219,62); }
td.TdClassName
{
border-color: #B5DB3E;
}
.TagClassName
{
border-color: #B5DB3E;
}
</style>