Shades of Madang #BFF5AF
Tints of Madang #BFF5AF
RGB
CMYK
RGB Variations
Color information
#BFF5AF (or 0xBFF5AF) is known color: Madang. HEX triplet: BF, F5 and AF. RGB value is (191,245,175). Sum of RGB (Red+Green+Blue) = 191+245+175=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF5AF is #400A50. Grayscale: #DDDDDD. Windows color (decimal): -4196945 or 11531711. OLE color: 11531711.
HSL color Cylindrical-coordinate representation of color #BFF5AF: hue angle of 106.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFF5AF is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 175 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.04 |
| HSL | 106.29º | 0.78% | 0.82% | - |
| HSV(B) | 106.29º | 0.29% | 0.96% | - |
| XYZ | 61.88 | 79.48 | 52.64 | - |
| YUV | 220.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 175 | 0.22 | 0 | 0.29 | 0.04 | 106.29 | 0.78 | 0.82 |
| Hex | BF | F5 | AF | 16 | 0 | 1D | 4 | 6A | 4E | 52 |
| Octal | 277 | 365 | 257 | 26 | 0 | 35 | 4 | 152 | 116 | 122 |
| Binary | 10111111 | 11110101 | 10101111 | 10110 | 0 | 11101 | 100 | 1101010 | 1001110 | 1010010 |
Color Harmonies of #BFF5AF
Complementary color
Monochromatic Colors of #BFF5AF
Black with #BFF5AF
Text Example
Text Example
White with #BFF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5AF; }
p { color: rgb(191,245,175); }
H1.HeaderClassName
{
color: #BFF5AF;
}
.AnyTagClassName
{
color: #BFF5AF;
}
</style>
background-color css
<style>
a { background-color: #BFF5AF; }
a { background-color: rgb(191,245,175); }
div.DivClassName
{
background-color: #BFF5AF;
}
.BgClassName
{
background-color: #BFF5AF;
}
</style>
border-color css
<style>
span { border-color: #BFF5AF; }
span { border-color: rgb(191,245,175); }
td.TdClassName
{
border-color: #BFF5AF;
}
.TagClassName
{
border-color: #BFF5AF;
}
</style>