Shades of Las Palmas #B5D93B
Tints of Las Palmas #B5D93B
RGB
CMYK
RGB Variations
Color information
#B5D93B (or 0xB5D93B) is known color: Las Palmas. HEX triplet: B5, D9 and 3B. RGB value is (181,217,59). Sum of RGB (Red+Green+Blue) = 181+217+59=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D93B is #4A26C4. Grayscale: #BCBCBC. Windows color (decimal): -4859589 or 3922357. OLE color: 3922357.
HSL color Cylindrical-coordinate representation of color #B5D93B: hue angle of 73.67º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5D93B is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 59 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.15 |
| HSL | 73.67º | 0.68% | 0.54% | - |
| HSV(B) | 73.67º | 0.73% | 0.85% | - |
| XYZ | 44.66 | 59.77 | 13.32 | - |
| YUV | 188.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 59 | 0.17 | 0 | 0.73 | 0.15 | 73.67 | 0.68 | 0.54 |
| Hex | B5 | D9 | 3B | 11 | 0 | 49 | F | 4A | 44 | 36 |
| Octal | 265 | 331 | 73 | 21 | 0 | 111 | 17 | 112 | 104 | 66 |
| Binary | 10110101 | 11011001 | 111011 | 10001 | 0 | 1001001 | 1111 | 1001010 | 1000100 | 110110 |
Color Harmonies of #B5D93B
Complementary color
Monochromatic Colors of #B5D93B
Black with #B5D93B
Text Example
Text Example
White with #B5D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D93B; }
p { color: rgb(181,217,59); }
H1.HeaderClassName
{
color: #B5D93B;
}
.AnyTagClassName
{
color: #B5D93B;
}
</style>
background-color css
<style>
a { background-color: #B5D93B; }
a { background-color: rgb(181,217,59); }
div.DivClassName
{
background-color: #B5D93B;
}
.BgClassName
{
background-color: #B5D93B;
}
</style>
border-color css
<style>
span { border-color: #B5D93B; }
span { border-color: rgb(181,217,59); }
td.TdClassName
{
border-color: #B5D93B;
}
.TagClassName
{
border-color: #B5D93B;
}
</style>