Shades of Las Palmas #B5DB38
Tints of Las Palmas #B5DB38
RGB
CMYK
RGB Variations
Color information
#B5DB38 (or 0xB5DB38) is known color: Las Palmas. HEX triplet: B5, DB and 38. RGB value is (181,219,56). Sum of RGB (Red+Green+Blue) = 181+219+56=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB38 is #4A24C7. Grayscale: #BDBDBD. Windows color (decimal): -4859080 or 3726261. OLE color: 3726261.
HSL color Cylindrical-coordinate representation of color #B5DB38: hue angle of 73.99º 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 #B5DB38 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 56 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.14 |
| HSL | 73.99º | 0.69% | 0.54% | - |
| HSV(B) | 73.99º | 0.74% | 0.86% | - |
| XYZ | 45.1 | 60.77 | 13.09 | - |
| YUV | 189.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 56 | 0.17 | 0 | 0.74 | 0.14 | 73.99 | 0.69 | 0.54 |
| Hex | B5 | DB | 38 | 11 | 0 | 4A | E | 4A | 45 | 36 |
| Octal | 265 | 333 | 70 | 21 | 0 | 112 | 16 | 112 | 105 | 66 |
| Binary | 10110101 | 11011011 | 111000 | 10001 | 0 | 1001010 | 1110 | 1001010 | 1000101 | 110110 |
Color Harmonies of #B5DB38
Complementary color
Monochromatic Colors of #B5DB38
Black with #B5DB38
Text Example
Text Example
White with #B5DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB38; }
p { color: rgb(181,219,56); }
H1.HeaderClassName
{
color: #B5DB38;
}
.AnyTagClassName
{
color: #B5DB38;
}
</style>
background-color css
<style>
a { background-color: #B5DB38; }
a { background-color: rgb(181,219,56); }
div.DivClassName
{
background-color: #B5DB38;
}
.BgClassName
{
background-color: #B5DB38;
}
</style>
border-color css
<style>
span { border-color: #B5DB38; }
span { border-color: rgb(181,219,56); }
td.TdClassName
{
border-color: #B5DB38;
}
.TagClassName
{
border-color: #B5DB38;
}
</style>