Shades of Las Palmas #B5D83F
Tints of Las Palmas #B5D83F
RGB
CMYK
RGB Variations
Color information
#B5D83F (or 0xB5D83F) is known color: Las Palmas. HEX triplet: B5, D8 and 3F. RGB value is (181,216,63). Sum of RGB (Red+Green+Blue) = 181+216+63=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D83F is #4A27C0. Grayscale: #BCBCBC. Windows color (decimal): -4859841 or 4184245. OLE color: 4184245.
HSL color Cylindrical-coordinate representation of color #B5D83F: hue angle of 73.73º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5D83F is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 63 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.15 |
| HSL | 73.73º | 0.66% | 0.55% | - |
| HSV(B) | 73.73º | 0.71% | 0.85% | - |
| XYZ | 44.51 | 59.29 | 13.8 | - |
| YUV | 188.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 63 | 0.16 | 0 | 0.71 | 0.15 | 73.73 | 0.66 | 0.55 |
| Hex | B5 | D8 | 3F | 10 | 0 | 47 | F | 4A | 42 | 37 |
| Octal | 265 | 330 | 77 | 20 | 0 | 107 | 17 | 112 | 102 | 67 |
| Binary | 10110101 | 11011000 | 111111 | 10000 | 0 | 1000111 | 1111 | 1001010 | 1000010 | 110111 |
Color Harmonies of #B5D83F
Complementary color
Monochromatic Colors of #B5D83F
Black with #B5D83F
Text Example
Text Example
White with #B5D83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D83F; }
p { color: rgb(181,216,63); }
H1.HeaderClassName
{
color: #B5D83F;
}
.AnyTagClassName
{
color: #B5D83F;
}
</style>
background-color css
<style>
a { background-color: #B5D83F; }
a { background-color: rgb(181,216,63); }
div.DivClassName
{
background-color: #B5D83F;
}
.BgClassName
{
background-color: #B5D83F;
}
</style>
border-color css
<style>
span { border-color: #B5D83F; }
span { border-color: rgb(181,216,63); }
td.TdClassName
{
border-color: #B5D83F;
}
.TagClassName
{
border-color: #B5D83F;
}
</style>