Shades of Las Palmas #B5D83E
Tints of Las Palmas #B5D83E
RGB
CMYK
RGB Variations
Color information
#B5D83E (or 0xB5D83E) is known color: Las Palmas. HEX triplet: B5, D8 and 3E. RGB value is (181,216,62). Sum of RGB (Red+Green+Blue) = 181+216+62=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D83E is #4A27C1. Grayscale: #BCBCBC. Windows color (decimal): -4859842 or 4118709. OLE color: 4118709.
HSL color Cylindrical-coordinate representation of color #B5D83E: hue angle of 73.64º 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 #B5D83E is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 62 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.15 |
| HSL | 73.64º | 0.66% | 0.55% | - |
| HSV(B) | 73.64º | 0.71% | 0.85% | - |
| XYZ | 44.48 | 59.28 | 13.66 | - |
| YUV | 187.98 | 56.9 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 62 | 0.16 | 0 | 0.71 | 0.15 | 73.64 | 0.66 | 0.55 |
| Hex | B5 | D8 | 3E | 10 | 0 | 47 | F | 4A | 42 | 37 |
| Octal | 265 | 330 | 76 | 20 | 0 | 107 | 17 | 112 | 102 | 67 |
| Binary | 10110101 | 11011000 | 111110 | 10000 | 0 | 1000111 | 1111 | 1001010 | 1000010 | 110111 |
Color Harmonies of #B5D83E
Complementary color
Monochromatic Colors of #B5D83E
Black with #B5D83E
Text Example
Text Example
White with #B5D83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D83E; }
p { color: rgb(181,216,62); }
H1.HeaderClassName
{
color: #B5D83E;
}
.AnyTagClassName
{
color: #B5D83E;
}
</style>
background-color css
<style>
a { background-color: #B5D83E; }
a { background-color: rgb(181,216,62); }
div.DivClassName
{
background-color: #B5D83E;
}
.BgClassName
{
background-color: #B5D83E;
}
</style>
border-color css
<style>
span { border-color: #B5D83E; }
span { border-color: rgb(181,216,62); }
td.TdClassName
{
border-color: #B5D83E;
}
.TagClassName
{
border-color: #B5D83E;
}
</style>