Shades of Madang #B2EC94
Tints of Madang #B2EC94
RGB
CMYK
RGB Variations
Color information
#B2EC94 (or 0xB2EC94) is known color: Madang. HEX triplet: B2, EC and 94. RGB value is (178,236,148). Sum of RGB (Red+Green+Blue) = 178+236+148=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC94 is #4D136B. Grayscale: #D0D0D0. Windows color (decimal): -5051244 or 9759922. OLE color: 9759922.
HSL color Cylindrical-coordinate representation of color #B2EC94: hue angle of 99.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2EC94 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 236 | 148 | - |
CMYK | 0.25 | 0 | 0.37 | 0.07 |
HSL | 99.55º | 0.7% | 0.75% | - |
HSV(B) | 99.55º | 0.37% | 0.93% | - |
XYZ | 53.7 | 71.59 | 39.01 | - |
YUV | 208.63 | 93.78 | 106.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 236 | 148 | 0.25 | 0 | 0.37 | 0.07 | 99.55 | 0.7 | 0.75 |
Hex | B2 | EC | 94 | 19 | 0 | 25 | 7 | 64 | 46 | 4B |
Octal | 262 | 354 | 224 | 31 | 0 | 45 | 7 | 144 | 106 | 113 |
Binary | 10110010 | 11101100 | 10010100 | 11001 | 0 | 100101 | 111 | 1100100 | 1000110 | 1001011 |
Color Harmonies of #B2EC94
Complementary color
Monochromatic Colors of #B2EC94
Black with #B2EC94
Text Example
Text Example
White with #B2EC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC94; }
p { color: rgb(178,236,148); }
H1.HeaderClassName
{
color: #B2EC94;
}
.AnyTagClassName
{
color: #B2EC94;
}
</style>
background-color css
<style>
a { background-color: #B2EC94; }
a { background-color: rgb(178,236,148); }
div.DivClassName
{
background-color: #B2EC94;
}
.BgClassName
{
background-color: #B2EC94;
}
</style>
border-color css
<style>
span { border-color: #B2EC94; }
span { border-color: rgb(178,236,148); }
td.TdClassName
{
border-color: #B2EC94;
}
.TagClassName
{
border-color: #B2EC94;
}
</style>