Shades of Las Palmas #B7EA36
Tints of Las Palmas #B7EA36
RGB
CMYK
RGB Variations
Color information
#B7EA36 (or 0xB7EA36) is known color: Las Palmas. HEX triplet: B7, EA and 36. RGB value is (183,234,54). Sum of RGB (Red+Green+Blue) = 183+234+54=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B7EA36 is #4815C9. Grayscale: #C6C6C6. Windows color (decimal): -4724170 or 3599031. OLE color: 3599031.
HSL color Cylindrical-coordinate representation of color #B7EA36: hue angle of 77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7EA36 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 234 | 54 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.08 |
| HSL | 77º | 0.81% | 0.56% | - |
| HSV(B) | 77º | 0.77% | 0.92% | - |
| XYZ | 49.62 | 69.18 | 14.23 | - |
| YUV | 198.23 | 46.6 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 234 | 54 | 0.22 | 0 | 0.77 | 0.08 | 77 | 0.81 | 0.56 |
| Hex | B7 | EA | 36 | 16 | 0 | 4D | 8 | 4D | 51 | 38 |
| Octal | 267 | 352 | 66 | 26 | 0 | 115 | 10 | 115 | 121 | 70 |
| Binary | 10110111 | 11101010 | 110110 | 10110 | 0 | 1001101 | 1000 | 1001101 | 1010001 | 111000 |
Color Harmonies of #B7EA36
Complementary color
Monochromatic Colors of #B7EA36
Black with #B7EA36
Text Example
Text Example
White with #B7EA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EA36; }
p { color: rgb(183,234,54); }
H1.HeaderClassName
{
color: #B7EA36;
}
.AnyTagClassName
{
color: #B7EA36;
}
</style>
background-color css
<style>
a { background-color: #B7EA36; }
a { background-color: rgb(183,234,54); }
div.DivClassName
{
background-color: #B7EA36;
}
.BgClassName
{
background-color: #B7EA36;
}
</style>
border-color css
<style>
span { border-color: #B7EA36; }
span { border-color: rgb(183,234,54); }
td.TdClassName
{
border-color: #B7EA36;
}
.TagClassName
{
border-color: #B7EA36;
}
</style>