Shades of Las Palmas #B5D63F
Tints of Las Palmas #B5D63F
RGB
CMYK
RGB Variations
Color information
#B5D63F (or 0xB5D63F) is known color: Las Palmas. HEX triplet: B5, D6 and 3F. RGB value is (181,214,63). Sum of RGB (Red+Green+Blue) = 181+214+63=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D63F is #4A29C0. Grayscale: #BBBBBB. Windows color (decimal): -4860353 or 4183733. OLE color: 4183733.
HSL color Cylindrical-coordinate representation of color #B5D63F: hue angle of 73.11º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5D63F is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 63 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.16 |
| HSL | 73.11º | 0.65% | 0.54% | - |
| HSV(B) | 73.11º | 0.71% | 0.84% | - |
| XYZ | 44 | 58.28 | 13.63 | - |
| YUV | 186.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 63 | 0.15 | 0 | 0.71 | 0.16 | 73.11 | 0.65 | 0.54 |
| Hex | B5 | D6 | 3F | F | 0 | 47 | 10 | 49 | 41 | 36 |
| Octal | 265 | 326 | 77 | 17 | 0 | 107 | 20 | 111 | 101 | 66 |
| Binary | 10110101 | 11010110 | 111111 | 1111 | 0 | 1000111 | 10000 | 1001001 | 1000001 | 110110 |
Color Harmonies of #B5D63F
Complementary color
Monochromatic Colors of #B5D63F
Black with #B5D63F
Text Example
Text Example
White with #B5D63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D63F; }
p { color: rgb(181,214,63); }
H1.HeaderClassName
{
color: #B5D63F;
}
.AnyTagClassName
{
color: #B5D63F;
}
</style>
background-color css
<style>
a { background-color: #B5D63F; }
a { background-color: rgb(181,214,63); }
div.DivClassName
{
background-color: #B5D63F;
}
.BgClassName
{
background-color: #B5D63F;
}
</style>
border-color css
<style>
span { border-color: #B5D63F; }
span { border-color: rgb(181,214,63); }
td.TdClassName
{
border-color: #B5D63F;
}
.TagClassName
{
border-color: #B5D63F;
}
</style>