Shades of Madang #B2ED98
Tints of Madang #B2ED98
RGB
CMYK
RGB Variations
Color information
#B2ED98 (or 0xB2ED98) is known color: Madang. HEX triplet: B2, ED and 98. RGB value is (178,237,152). Sum of RGB (Red+Green+Blue) = 178+237+152=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2ED98 is #4D1267. Grayscale: #D1D1D1. Windows color (decimal): -5050984 or 10022322. OLE color: 10022322.
HSL color Cylindrical-coordinate representation of color #B2ED98: hue angle of 101.65º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2ED98 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 152 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.07 |
| HSL | 101.65º | 0.7% | 0.76% | - |
| HSV(B) | 101.65º | 0.36% | 0.93% | - |
| XYZ | 54.31 | 72.3 | 40.8 | - |
| YUV | 209.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 152 | 0.25 | 0 | 0.36 | 0.07 | 101.65 | 0.7 | 0.76 |
| Hex | B2 | ED | 98 | 19 | 0 | 24 | 7 | 66 | 46 | 4C |
| Octal | 262 | 355 | 230 | 31 | 0 | 44 | 7 | 146 | 106 | 114 |
| Binary | 10110010 | 11101101 | 10011000 | 11001 | 0 | 100100 | 111 | 1100110 | 1000110 | 1001100 |
Color Harmonies of #B2ED98
Complementary color
Monochromatic Colors of #B2ED98
Black with #B2ED98
Text Example
Text Example
White with #B2ED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED98; }
p { color: rgb(178,237,152); }
H1.HeaderClassName
{
color: #B2ED98;
}
.AnyTagClassName
{
color: #B2ED98;
}
</style>
background-color css
<style>
a { background-color: #B2ED98; }
a { background-color: rgb(178,237,152); }
div.DivClassName
{
background-color: #B2ED98;
}
.BgClassName
{
background-color: #B2ED98;
}
</style>
border-color css
<style>
span { border-color: #B2ED98; }
span { border-color: rgb(178,237,152); }
td.TdClassName
{
border-color: #B2ED98;
}
.TagClassName
{
border-color: #B2ED98;
}
</style>