Shades of Las Palmas #B5D23F
Tints of Las Palmas #B5D23F
RGB
CMYK
RGB Variations
Color information
#B5D23F (or 0xB5D23F) is known color: Las Palmas. HEX triplet: B5, D2 and 3F. RGB value is (181,210,63). Sum of RGB (Red+Green+Blue) = 181+210+63=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D23F is #4A2DC0. Grayscale: #B9B9B9. Windows color (decimal): -4861377 or 4182709. OLE color: 4182709.
HSL color Cylindrical-coordinate representation of color #B5D23F: hue angle of 71.84º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5D23F is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 63 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.18 |
| HSL | 71.84º | 0.62% | 0.54% | - |
| HSV(B) | 71.84º | 0.7% | 0.82% | - |
| XYZ | 43 | 56.28 | 13.3 | - |
| YUV | 184.57 | 59.39 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 63 | 0.14 | 0 | 0.70 | 0.18 | 71.84 | 0.62 | 0.54 |
| Hex | B5 | D2 | 3F | E | 0 | 46 | 12 | 48 | 3E | 36 |
| Octal | 265 | 322 | 77 | 16 | 0 | 106 | 22 | 110 | 76 | 66 |
| Binary | 10110101 | 11010010 | 111111 | 1110 | 0 | 1000110 | 10010 | 1001000 | 111110 | 110110 |
Color Harmonies of #B5D23F
Complementary color
Monochromatic Colors of #B5D23F
Black with #B5D23F
Text Example
Text Example
White with #B5D23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D23F; }
p { color: rgb(181,210,63); }
H1.HeaderClassName
{
color: #B5D23F;
}
.AnyTagClassName
{
color: #B5D23F;
}
</style>
background-color css
<style>
a { background-color: #B5D23F; }
a { background-color: rgb(181,210,63); }
div.DivClassName
{
background-color: #B5D23F;
}
.BgClassName
{
background-color: #B5D23F;
}
</style>
border-color css
<style>
span { border-color: #B5D23F; }
span { border-color: rgb(181,210,63); }
td.TdClassName
{
border-color: #B5D23F;
}
.TagClassName
{
border-color: #B5D23F;
}
</style>