Shades of Las Palmas #B5E83A
Tints of Las Palmas #B5E83A
RGB
CMYK
RGB Variations
Color information
#B5E83A (or 0xB5E83A) is known color: Las Palmas. HEX triplet: B5, E8 and 3A. RGB value is (181,232,58). Sum of RGB (Red+Green+Blue) = 181+232+58=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E83A is #4A17C5. Grayscale: #C5C5C5. Windows color (decimal): -4855750 or 3860661. OLE color: 3860661.
HSL color Cylindrical-coordinate representation of color #B5E83A: hue angle of 77.59º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5E83A is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 58 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.09 |
| HSL | 77.59º | 0.79% | 0.57% | - |
| HSV(B) | 77.59º | 0.75% | 0.91% | - |
| XYZ | 48.68 | 67.84 | 14.53 | - |
| YUV | 196.92 | 49.6 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 58 | 0.22 | 0 | 0.75 | 0.09 | 77.59 | 0.79 | 0.57 |
| Hex | B5 | E8 | 3A | 16 | 0 | 4B | 9 | 4E | 4F | 39 |
| Octal | 265 | 350 | 72 | 26 | 0 | 113 | 11 | 116 | 117 | 71 |
| Binary | 10110101 | 11101000 | 111010 | 10110 | 0 | 1001011 | 1001 | 1001110 | 1001111 | 111001 |
Color Harmonies of #B5E83A
Complementary color
Monochromatic Colors of #B5E83A
Black with #B5E83A
Text Example
Text Example
White with #B5E83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E83A; }
p { color: rgb(181,232,58); }
H1.HeaderClassName
{
color: #B5E83A;
}
.AnyTagClassName
{
color: #B5E83A;
}
</style>
background-color css
<style>
a { background-color: #B5E83A; }
a { background-color: rgb(181,232,58); }
div.DivClassName
{
background-color: #B5E83A;
}
.BgClassName
{
background-color: #B5E83A;
}
</style>
border-color css
<style>
span { border-color: #B5E83A; }
span { border-color: rgb(181,232,58); }
td.TdClassName
{
border-color: #B5E83A;
}
.TagClassName
{
border-color: #B5E83A;
}
</style>