Shades of Madang #B5FEA8
Tints of Madang #B5FEA8
RGB
CMYK
RGB Variations
Color information
#B5FEA8 (or 0xB5FEA8) is known color: Madang. HEX triplet: B5, FE and A8. RGB value is (181,254,168). Sum of RGB (Red+Green+Blue) = 181+254+168=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FEA8 is #4A0157. Grayscale: #DEDEDE. Windows color (decimal): -4850008 or 11075253. OLE color: 11075253.
HSL color Cylindrical-coordinate representation of color #B5FEA8: hue angle of 110.93º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5FEA8 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
RGB | 181 | 254 | 168 | - |
CMYK | 0.29 | 0 | 0.34 | 0.00 |
HSL | 110.93º | 0.98% | 0.83% | - |
HSV(B) | 110.93º | 0.34% | 1% | - |
XYZ | 61.57 | 83.53 | 49.92 | - |
YUV | 222.37 | 97.32 | 98.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 254 | 168 | 0.29 | 0 | 0.34 | 0.00 | 110.93 | 0.98 | 0.83 |
Hex | B5 | FE | A8 | 1D | 0 | 22 | 0 | 6F | 62 | 53 |
Octal | 265 | 376 | 250 | 35 | 0 | 42 | 0 | 157 | 142 | 123 |
Binary | 10110101 | 11111110 | 10101000 | 11101 | 0 | 100010 | 0 | 1101111 | 1100010 | 1010011 |
Color Harmonies of #B5FEA8
Complementary color
Monochromatic Colors of #B5FEA8
Black with #B5FEA8
Text Example
Text Example
White with #B5FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEA8; }
p { color: rgb(181,254,168); }
H1.HeaderClassName
{
color: #B5FEA8;
}
.AnyTagClassName
{
color: #B5FEA8;
}
</style>
background-color css
<style>
a { background-color: #B5FEA8; }
a { background-color: rgb(181,254,168); }
div.DivClassName
{
background-color: #B5FEA8;
}
.BgClassName
{
background-color: #B5FEA8;
}
</style>
border-color css
<style>
span { border-color: #B5FEA8; }
span { border-color: rgb(181,254,168); }
td.TdClassName
{
border-color: #B5FEA8;
}
.TagClassName
{
border-color: #B5FEA8;
}
</style>