Shades of Madang #BEFF9E
Tints of Madang #BEFF9E
RGB
CMYK
RGB Variations
Color information
#BEFF9E (or 0xBEFF9E) is known color: Madang. HEX triplet: BE, FF and 9E. RGB value is (190,255,158). Sum of RGB (Red+Green+Blue) = 190+255+158=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF9E is #410061. Grayscale: #E0E0E0. Windows color (decimal): -4259938 or 10420158. OLE color: 10420158.
HSL color Cylindrical-coordinate representation of color #BEFF9E: hue angle of 100.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEFF9E is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 158 | - |
| CMYK | 0.25 | 0 | 0.38 | 0 |
| HSL | 100.21º | 1% | 0.81% | - |
| HSV(B) | 100.21º | 0.38% | 1% | - |
| XYZ | 63.17 | 84.94 | 45.41 | - |
| YUV | 224.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 158 | 0.25 | 0 | 0.38 | 0 | 100.21 | 1 | 0.81 |
| Hex | BE | FF | 9E | 19 | 0 | 26 | 0 | 64 | 64 | 51 |
| Octal | 276 | 377 | 236 | 31 | 0 | 46 | 0 | 144 | 144 | 121 |
| Binary | 10111110 | 11111111 | 10011110 | 11001 | 0 | 100110 | 0 | 1100100 | 1100100 | 1010001 |
Color Harmonies of #BEFF9E
Complementary color
Monochromatic Colors of #BEFF9E
Black with #BEFF9E
Text Example
Text Example
White with #BEFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF9E; }
p { color: rgb(190,255,158); }
H1.HeaderClassName
{
color: #BEFF9E;
}
.AnyTagClassName
{
color: #BEFF9E;
}
</style>
background-color css
<style>
a { background-color: #BEFF9E; }
a { background-color: rgb(190,255,158); }
div.DivClassName
{
background-color: #BEFF9E;
}
.BgClassName
{
background-color: #BEFF9E;
}
</style>
border-color css
<style>
span { border-color: #BEFF9E; }
span { border-color: rgb(190,255,158); }
td.TdClassName
{
border-color: #BEFF9E;
}
.TagClassName
{
border-color: #BEFF9E;
}
</style>