Shades of Madang #B6F38F
Tints of Madang #B6F38F
RGB
CMYK
RGB Variations
Color information
#B6F38F (or 0xB6F38F) is known color: Madang. HEX triplet: B6, F3 and 8F. RGB value is (182,243,143). Sum of RGB (Red+Green+Blue) = 182+243+143=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F38F is #490C70. Grayscale: #D5D5D5. Windows color (decimal): -4787313 or 9434038. OLE color: 9434038.
HSL color Cylindrical-coordinate representation of color #B6F38F: hue angle of 96.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6F38F is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 243 | 143 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.05 |
| HSL | 96.6º | 0.81% | 0.76% | - |
| HSV(B) | 96.6º | 0.41% | 0.95% | - |
| XYZ | 56.3 | 76.03 | 37.69 | - |
| YUV | 213.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 243 | 143 | 0.25 | 0 | 0.41 | 0.05 | 96.6 | 0.81 | 0.76 |
| Hex | B6 | F3 | 8F | 19 | 0 | 29 | 5 | 61 | 51 | 4C |
| Octal | 266 | 363 | 217 | 31 | 0 | 51 | 5 | 141 | 121 | 114 |
| Binary | 10110110 | 11110011 | 10001111 | 11001 | 0 | 101001 | 101 | 1100001 | 1010001 | 1001100 |
Color Harmonies of #B6F38F
Complementary color
Monochromatic Colors of #B6F38F
Black with #B6F38F
Text Example
Text Example
White with #B6F38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F38F; }
p { color: rgb(182,243,143); }
H1.HeaderClassName
{
color: #B6F38F;
}
.AnyTagClassName
{
color: #B6F38F;
}
</style>
background-color css
<style>
a { background-color: #B6F38F; }
a { background-color: rgb(182,243,143); }
div.DivClassName
{
background-color: #B6F38F;
}
.BgClassName
{
background-color: #B6F38F;
}
</style>
border-color css
<style>
span { border-color: #B6F38F; }
span { border-color: rgb(182,243,143); }
td.TdClassName
{
border-color: #B6F38F;
}
.TagClassName
{
border-color: #B6F38F;
}
</style>