Shades of Las Palmas #B7E13A
Tints of Las Palmas #B7E13A
RGB
CMYK
RGB Variations
Color information
#B7E13A (or 0xB7E13A) is known color: Las Palmas. HEX triplet: B7, E1 and 3A. RGB value is (183,225,58). Sum of RGB (Red+Green+Blue) = 183+225+58=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E13A is #481EC5. Grayscale: #C2C2C2. Windows color (decimal): -4726470 or 3858871. OLE color: 3858871.
HSL color Cylindrical-coordinate representation of color #B7E13A: hue angle of 75.09º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7E13A is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 58 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.12 |
| HSL | 75.09º | 0.74% | 0.55% | - |
| HSV(B) | 75.09º | 0.74% | 0.88% | - |
| XYZ | 47.22 | 64.22 | 13.91 | - |
| YUV | 193.4 | 51.59 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 58 | 0.19 | 0 | 0.74 | 0.12 | 75.09 | 0.74 | 0.55 |
| Hex | B7 | E1 | 3A | 13 | 0 | 4A | C | 4B | 4A | 37 |
| Octal | 267 | 341 | 72 | 23 | 0 | 112 | 14 | 113 | 112 | 67 |
| Binary | 10110111 | 11100001 | 111010 | 10011 | 0 | 1001010 | 1100 | 1001011 | 1001010 | 110111 |
Color Harmonies of #B7E13A
Complementary color
Monochromatic Colors of #B7E13A
Black with #B7E13A
Text Example
Text Example
White with #B7E13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E13A; }
p { color: rgb(183,225,58); }
H1.HeaderClassName
{
color: #B7E13A;
}
.AnyTagClassName
{
color: #B7E13A;
}
</style>
background-color css
<style>
a { background-color: #B7E13A; }
a { background-color: rgb(183,225,58); }
div.DivClassName
{
background-color: #B7E13A;
}
.BgClassName
{
background-color: #B7E13A;
}
</style>
border-color css
<style>
span { border-color: #B7E13A; }
span { border-color: rgb(183,225,58); }
td.TdClassName
{
border-color: #B7E13A;
}
.TagClassName
{
border-color: #B7E13A;
}
</style>