Shades of Las Palmas #B5E13C
Tints of Las Palmas #B5E13C
RGB
CMYK
RGB Variations
Color information
#B5E13C (or 0xB5E13C) is known color: Las Palmas. HEX triplet: B5, E1 and 3C. RGB value is (181,225,60). Sum of RGB (Red+Green+Blue) = 181+225+60=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E13C is #4A1EC3. Grayscale: #C1C1C1. Windows color (decimal): -4857540 or 3989941. OLE color: 3989941.
HSL color Cylindrical-coordinate representation of color #B5E13C: hue angle of 76º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5E13C is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 60 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.12 |
| HSL | 76º | 0.73% | 0.56% | - |
| HSV(B) | 76º | 0.73% | 0.88% | - |
| XYZ | 46.8 | 64 | 14.16 | - |
| YUV | 193.03 | 52.92 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 60 | 0.20 | 0 | 0.73 | 0.12 | 76 | 0.73 | 0.56 |
| Hex | B5 | E1 | 3C | 14 | 0 | 49 | C | 4C | 49 | 38 |
| Octal | 265 | 341 | 74 | 24 | 0 | 111 | 14 | 114 | 111 | 70 |
| Binary | 10110101 | 11100001 | 111100 | 10100 | 0 | 1001001 | 1100 | 1001100 | 1001001 | 111000 |
Color Harmonies of #B5E13C
Complementary color
Monochromatic Colors of #B5E13C
Black with #B5E13C
Text Example
Text Example
White with #B5E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E13C; }
p { color: rgb(181,225,60); }
H1.HeaderClassName
{
color: #B5E13C;
}
.AnyTagClassName
{
color: #B5E13C;
}
</style>
background-color css
<style>
a { background-color: #B5E13C; }
a { background-color: rgb(181,225,60); }
div.DivClassName
{
background-color: #B5E13C;
}
.BgClassName
{
background-color: #B5E13C;
}
</style>
border-color css
<style>
span { border-color: #B5E13C; }
span { border-color: rgb(181,225,60); }
td.TdClassName
{
border-color: #B5E13C;
}
.TagClassName
{
border-color: #B5E13C;
}
</style>