Shades of Madang #B4EE95
Tints of Madang #B4EE95
RGB
CMYK
RGB Variations
Color information
#B4EE95 (or 0xB4EE95) is known color: Madang. HEX triplet: B4, EE and 95. RGB value is (180,238,149). Sum of RGB (Red+Green+Blue) = 180+238+149=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EE95 is #4B116A. Grayscale: #D2D2D2. Windows color (decimal): -4919659 or 9825972. OLE color: 9825972.
HSL color Cylindrical-coordinate representation of color #B4EE95: hue angle of 99.1º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4EE95 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 149 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.07 |
| HSL | 99.1º | 0.72% | 0.76% | - |
| HSV(B) | 99.1º | 0.37% | 0.93% | - |
| XYZ | 54.82 | 73.02 | 39.64 | - |
| YUV | 210.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 149 | 0.24 | 0 | 0.37 | 0.07 | 99.1 | 0.72 | 0.76 |
| Hex | B4 | EE | 95 | 18 | 0 | 25 | 7 | 63 | 48 | 4C |
| Octal | 264 | 356 | 225 | 30 | 0 | 45 | 7 | 143 | 110 | 114 |
| Binary | 10110100 | 11101110 | 10010101 | 11000 | 0 | 100101 | 111 | 1100011 | 1001000 | 1001100 |
Color Harmonies of #B4EE95
Complementary color
Monochromatic Colors of #B4EE95
Black with #B4EE95
Text Example
Text Example
White with #B4EE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EE95; }
p { color: rgb(180,238,149); }
H1.HeaderClassName
{
color: #B4EE95;
}
.AnyTagClassName
{
color: #B4EE95;
}
</style>
background-color css
<style>
a { background-color: #B4EE95; }
a { background-color: rgb(180,238,149); }
div.DivClassName
{
background-color: #B4EE95;
}
.BgClassName
{
background-color: #B4EE95;
}
</style>
border-color css
<style>
span { border-color: #B4EE95; }
span { border-color: rgb(180,238,149); }
td.TdClassName
{
border-color: #B4EE95;
}
.TagClassName
{
border-color: #B4EE95;
}
</style>