Shades of Las Palmas #B5D939
Tints of Las Palmas #B5D939
RGB
CMYK
RGB Variations
Color information
#B5D939 (or 0xB5D939) is known color: Las Palmas. HEX triplet: B5, D9 and 39. RGB value is (181,217,57). Sum of RGB (Red+Green+Blue) = 181+217+57=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D939 is #4A26C6. Grayscale: #BCBCBC. Windows color (decimal): -4859591 or 3791285. OLE color: 3791285.
HSL color Cylindrical-coordinate representation of color #B5D939: hue angle of 73.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5D939 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 57 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.15 |
| HSL | 73.5º | 0.68% | 0.54% | - |
| HSV(B) | 73.5º | 0.74% | 0.85% | - |
| XYZ | 44.61 | 59.74 | 13.05 | - |
| YUV | 188 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 57 | 0.17 | 0 | 0.74 | 0.15 | 73.5 | 0.68 | 0.54 |
| Hex | B5 | D9 | 39 | 11 | 0 | 4A | F | 4A | 44 | 36 |
| Octal | 265 | 331 | 71 | 21 | 0 | 112 | 17 | 112 | 104 | 66 |
| Binary | 10110101 | 11011001 | 111001 | 10001 | 0 | 1001010 | 1111 | 1001010 | 1000100 | 110110 |
Color Harmonies of #B5D939
Complementary color
Monochromatic Colors of #B5D939
Black with #B5D939
Text Example
Text Example
White with #B5D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D939; }
p { color: rgb(181,217,57); }
H1.HeaderClassName
{
color: #B5D939;
}
.AnyTagClassName
{
color: #B5D939;
}
</style>
background-color css
<style>
a { background-color: #B5D939; }
a { background-color: rgb(181,217,57); }
div.DivClassName
{
background-color: #B5D939;
}
.BgClassName
{
background-color: #B5D939;
}
</style>
border-color css
<style>
span { border-color: #B5D939; }
span { border-color: rgb(181,217,57); }
td.TdClassName
{
border-color: #B5D939;
}
.TagClassName
{
border-color: #B5D939;
}
</style>